Skip to content

Commit 4c9dd07

Browse files
test(deps): update dependency docker to v28.3.2 (main) (#4727)
test(deps): update dependency docker to v28.3.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7207196 commit 4c9dd07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN install-tool dart 3.8.1
5757
RUN install-tool devbox 0.14.2
5858

5959
# renovate: datasource=github-releases packageName=moby/moby
60-
RUN install-tool docker v28.3.1
60+
RUN install-tool docker v28.3.2
6161

6262
# renovate: datasource=dotnet packageName=dotnet-sdk
6363
RUN install-tool dotnet 8.0.411

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ RUN install-tool powershell v7.5.2
191191
RUN install-tool node 22.17.0
192192

193193
# renovate: datasource=github-releases packageName=moby/moby
194-
RUN install-tool docker v28.3.1
194+
RUN install-tool docker v28.3.2
195195

196196
#--------------------------------------
197197
# test: bin path has 777

test/latest/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN install-tool gleam 1.11.1
7070
FROM base AS test-docker
7171

7272
# renovate: datasource=github-releases packageName=moby/moby
73-
RUN install-tool docker v28.3.1
73+
RUN install-tool docker v28.3.2
7474

7575
#--------------------------------------
7676
# Image: git

0 commit comments

Comments
 (0)