Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 15, 2023
1 parent 8d7a51f commit 5c5ac18
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=cd6467b2d14aa63c29bc0b04ebe6253909e8de69
ARG CLI_GITCOMMIT=0e70f1b7b831565336006298b9443b015c3c87a5
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=20f96354699d20eeb4674d3944486b5d73c256b2
ARG MOBY_GITCOMMIT=30a57db97c5e25d1512ed986638d003813a6ab2b
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,7 +1,7 @@
{
"version": "20f96354699d20eeb4674d3944486b5d73c256b2",
"version": "30a57db97c5e25d1512ed986638d003813a6ab2b",
"cli": {
"version": "cd6467b2d14aa63c29bc0b04ebe6253909e8de69"
"version": "0e70f1b7b831565336006298b9443b015c3c87a5"
},
"buildx": {
"version": "e018f8b6fbf746e4ac4f019bc3918c92c67b927a"
Expand Down

0 comments on commit 5c5ac18

Please sign in to comment.