Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 16, 2024
1 parent 4db5810 commit bcbb0ad
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=91d097e70bc7a720f15ec67eda104f6d4faa52e9
ARG CLI_GITCOMMIT=8454e012cadeca7719f170012c5331655ed5e5ec
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=aa052c8985a06ef83a956f579c9f62d7d2aabe00
ARG MOBY_GITCOMMIT=9fe5649fedaaa3f704ca204732363cd99b856361
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": "aa052c8985a06ef83a956f579c9f62d7d2aabe00",
"version": "9fe5649fedaaa3f704ca204732363cd99b856361",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "91d097e70bc7a720f15ec67eda104f6d4faa52e9",
"version": "8454e012cadeca7719f170012c5331655ed5e5ec",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit bcbb0ad

Please sign in to comment.