Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jul 25, 2024
1 parent 30f442d commit f050727
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=788e99620d1aa1ca904f528849ab8a61968b34b9
ARG CLI_GITCOMMIT=826fc32e82e23bb5f80e85d8777427c5f0c24b4d
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=d25a728327a7c88f27edcf0db31cf3db43fad533
ARG MOBY_GITCOMMIT=2b1097f08088fd387a01c6d6a2a0f6916a39b872
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

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

FROM golang:1.21.0-bullseye AS buildx

ARG BUILDX_GITCOMMIT=cdd46af0155c1a8e3970c781aa5fc11ac892eeea
ARG BUILDX_GITCOMMIT=d4c4632cf66c056cd8baae506a5111a4a110f851
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": "d25a728327a7c88f27edcf0db31cf3db43fad533",
"version": "2b1097f08088fd387a01c6d6a2a0f6916a39b872",
"go": {
"version": "1.21.0"
},
"cli": {
"version": "788e99620d1aa1ca904f528849ab8a61968b34b9",
"version": "826fc32e82e23bb5f80e85d8777427c5f0c24b4d",
"go": {
"version": "1.21.0"
}
},
"buildx": {
"version": "cdd46af0155c1a8e3970c781aa5fc11ac892eeea",
"version": "d4c4632cf66c056cd8baae506a5111a4a110f851",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit f050727

Please sign in to comment.