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 26, 2024
1 parent 9c1cb93 commit 1cec321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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=826fc32e82e23bb5f80e85d8777427c5f0c24b4d
ARG CLI_GITCOMMIT=bc7e64d425c331b02e25f3fd43948c0f0c8dd368
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=951a04cc01b2d6d9c8c45ad04cd5a03182803c88
ARG MOBY_GITCOMMIT=50c3d19179e69f9e7ff01f688c4dbf32c5129ced
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

RUN set -eux; \
Expand Down
4 changes: 2 additions & 2 deletions docker-master/versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "951a04cc01b2d6d9c8c45ad04cd5a03182803c88",
"version": "50c3d19179e69f9e7ff01f688c4dbf32c5129ced",
"go": {
"version": "1.21.0"
},
"cli": {
"version": "826fc32e82e23bb5f80e85d8777427c5f0c24b4d",
"version": "bc7e64d425c331b02e25f3fd43948c0f0c8dd368",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit 1cec321

Please sign in to comment.