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 9, 2024
1 parent 3e6c50d commit 2b40a20
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=66dfe6d42840707fcdcff301359c016b7f92e8fa
ARG CLI_GITCOMMIT=9dfdffa0158e9a1ca71404158a545d1b48197a7e
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=9da4ae2ef3f8121a6ef0be213ad8f0d98bd63b91
ARG MOBY_GITCOMMIT=d313bb58c433cfb9ff91d4c376c53c0fa54a058a
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": "9da4ae2ef3f8121a6ef0be213ad8f0d98bd63b91",
"version": "d313bb58c433cfb9ff91d4c376c53c0fa54a058a",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "66dfe6d42840707fcdcff301359c016b7f92e8fa",
"version": "9dfdffa0158e9a1ca71404158a545d1b48197a7e",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 2b40a20

Please sign in to comment.