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 30, 2023
1 parent 80e2b2a commit 80543d8
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=e0e27724390cbce21cf6d67568972a4227b07382
ARG CLI_GITCOMMIT=a63f5606a67e1e54eba9096a425a41e3b97c729f
ENV CLI_GITCOMMIT $CLI_GITCOMMIT

RUN set -ex; \
Expand All @@ -54,7 +54,7 @@ RUN set -eux; \
docker --version; \
ldd /usr/local/bin/docker || :

ARG MOBY_GITCOMMIT=a908460adba664b9f9c2efa12e0f93f13f5bb637
ARG MOBY_GITCOMMIT=935c04f33ab67f5aba65a1eb79bc241b56d66e3d
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

RUN set -ex; \
Expand Down
4 changes: 2 additions & 2 deletions docker-master/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cli": {
"version": "e0e27724390cbce21cf6d67568972a4227b07382"
"version": "a63f5606a67e1e54eba9096a425a41e3b97c729f"
},
"version": "a908460adba664b9f9c2efa12e0f93f13f5bb637"
"version": "935c04f33ab67f5aba65a1eb79bc241b56d66e3d"
}

0 comments on commit 80543d8

Please sign in to comment.