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 1, 2023
1 parent 6ab0040 commit e636994
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=a63f5606a67e1e54eba9096a425a41e3b97c729f
ARG CLI_GITCOMMIT=bb0e23260527a3071e38952d647379e4edb34ed0
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=7baab8bd6c0674475f108f4cd1158d9ea30a62cb
ARG MOBY_GITCOMMIT=69c9adb7d3868cb0560b1ffcef798015c5a70510
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": "a63f5606a67e1e54eba9096a425a41e3b97c729f"
"version": "bb0e23260527a3071e38952d647379e4edb34ed0"
},
"version": "7baab8bd6c0674475f108f4cd1158d9ea30a62cb"
"version": "69c9adb7d3868cb0560b1ffcef798015c5a70510"
}

0 comments on commit e636994

Please sign in to comment.