Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 20, 2024
1 parent 4803332 commit 43d9d8c
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=64206aef767d23420803badbd205d1c5a661f097
ARG CLI_GITCOMMIT=158348412d6e95de89f7830ce010ffa35d8b658f
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=485e1c7be76b851674b8079e65fd2db625fa8037
ARG MOBY_GITCOMMIT=202de333a410ec06055a12a8be1bdc264fc5b085
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": "485e1c7be76b851674b8079e65fd2db625fa8037",
"version": "202de333a410ec06055a12a8be1bdc264fc5b085",
"go": {
"version": "1.21"
},
"cli": {
"version": "64206aef767d23420803badbd205d1c5a661f097",
"version": "158348412d6e95de89f7830ce010ffa35d8b658f",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit 43d9d8c

Please sign in to comment.