Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 7, 2025
1 parent 7a09adf commit 071b715
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=ceef542046ee0b34ad453c31bbb33b6913339b30
ARG CLI_GITCOMMIT=e201b4e8a58e62c94309c4d4918e28615ce0b4ac
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=a9c9d5bb2504f9f6d98ac8e7bce677814858b27d
ARG MOBY_GITCOMMIT=c90cbc89c098f4a41ba7cbe294df08e82597865d
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": "a9c9d5bb2504f9f6d98ac8e7bce677814858b27d",
"version": "c90cbc89c098f4a41ba7cbe294df08e82597865d",
"go": {
"version": "1.23.0"
},
"cli": {
"version": "ceef542046ee0b34ad453c31bbb33b6913339b30",
"version": "e201b4e8a58e62c94309c4d4918e28615ce0b4ac",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 071b715

Please sign in to comment.