Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 9, 2024
1 parent 4855207 commit bb94f58
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=fc3e949a6694a46ef579e44e64520da1aaa98f97
ARG CLI_GITCOMMIT=471862b1228cdecd2e68f140e79089fab139ae16
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=bffb44a556116c20262cac8074cfc9ba5a7e162b
ARG MOBY_GITCOMMIT=7650efed2e1c77768415612b7e529196502438be
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": "bffb44a556116c20262cac8074cfc9ba5a7e162b",
"version": "7650efed2e1c77768415612b7e529196502438be",
"go": {
"version": "1.21.0"
},
"cli": {
"version": "fc3e949a6694a46ef579e44e64520da1aaa98f97",
"version": "471862b1228cdecd2e68f140e79089fab139ae16",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit bb94f58

Please sign in to comment.