Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 21, 2025
1 parent 53764ec commit 596cbf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV DOCKER_BUILDTAGS \

WORKDIR /moby

ARG CLI_GITCOMMIT=55e6db580c9943f93ca8f16b5b117e62620331d1
ARG CLI_GITCOMMIT=ad54f757d3d424e7eb962547c1d3da67fe2b8fb0
ENV CLI_GITCOMMIT $CLI_GITCOMMIT

RUN set -eux; \
Expand All @@ -54,7 +54,7 @@ RUN set -eux; \
docker --version; \
ldd /usr/local/bin/docker || :

ARG MOBY_GITCOMMIT=de25f807d6ff589e508cb9526f279b7a75cbe7f8
ARG MOBY_GITCOMMIT=29e2353f8041521bf38438142643a7bf2fa2936b
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

RUN set -eux; \
Expand Down Expand Up @@ -116,7 +116,7 @@ RUN set -eux; \

FROM golang:1.22.0-bookworm AS buildx

ARG BUILDX_GITCOMMIT=c1d3955fbec2fef7f50e782881d40b10cb19fc8e
ARG BUILDX_GITCOMMIT=d41e335466848bd5bdb41d79ef453158cf5f9c44
ENV BUILDX_GITCOMMIT $BUILDX_GITCOMMIT

RUN set -eux; \
Expand Down
6 changes: 3 additions & 3 deletions docker-master/versions.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "de25f807d6ff589e508cb9526f279b7a75cbe7f8",
"version": "29e2353f8041521bf38438142643a7bf2fa2936b",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "55e6db580c9943f93ca8f16b5b117e62620331d1",
"version": "ad54f757d3d424e7eb962547c1d3da67fe2b8fb0",
"go": {
"version": "1.22.0"
}
},
"buildx": {
"version": "c1d3955fbec2fef7f50e782881d40b10cb19fc8e",
"version": "d41e335466848bd5bdb41d79ef453158cf5f9c44",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 596cbf1

Please sign in to comment.