Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Feb 5, 2025
1 parent 00e8a71 commit 011e574
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=eb6546b5234d071490c08142860962aa0f701bfb
ARG CLI_GITCOMMIT=d48fb9f9f7bdb6e0ef37dbde68612a1704cad46e
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=779bdc4fab7485ae5bda665cfc562a73b1950d15
ARG MOBY_GITCOMMIT=02563f2805a7d8a3078196d608e5e8fe08c71671
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": "779bdc4fab7485ae5bda665cfc562a73b1950d15",
"version": "02563f2805a7d8a3078196d608e5e8fe08c71671",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "eb6546b5234d071490c08142860962aa0f701bfb",
"version": "d48fb9f9f7bdb6e0ef37dbde68612a1704cad46e",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 011e574

Please sign in to comment.