Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG DOCUUM_VERSION=0.23.0

# renovate: datasource=github-releases depName=docker lookupName=moby/moby
ARG DOCKER_VERSION=23.0.6
ARG DOCKER_VERSION=24.0.6

FROM alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a as base

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2019
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG DOCUUM_VERSION=0.23.0

# renovate: datasource=github-releases depName=docker lookupName=moby/moby
ARG DOCKER_VERSION=23.0.6
ARG DOCKER_VERSION=24.0.6

FROM mcr.microsoft.com/windows/nanoserver:1809@sha256:8f37d0675b1526a2c1a62032ec27cc5a1c3005505c7cc1a02fbd6b17c49128e3

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2022
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG DOCUUM_VERSION=0.23.0

# renovate: datasource=github-releases depName=docker lookupName=moby/moby
ARG DOCKER_VERSION=23.0.6
ARG DOCKER_VERSION=24.0.6

FROM mcr.microsoft.com/windows/nanoserver:ltsc2022@sha256:385844aa0840c876ffd207643c709355ad68e906013961dac4b347e37bccb98a

Expand Down