Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 17, 2024
1 parent 578a412 commit 44aea61
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=09e16fc9c665c552579768ac9ae0ee71c56ce3be
ARG CLI_GITCOMMIT=3590f946a3f35c8ca21fa922416ee38d81eb61d9
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=1b7c209de1f158937480f675e85d075fda1c9743
ARG MOBY_GITCOMMIT=6649a32cb310d940a6051dabfe8cb190df4aa3c2
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": "1b7c209de1f158937480f675e85d075fda1c9743",
"version": "6649a32cb310d940a6051dabfe8cb190df4aa3c2",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "09e16fc9c665c552579768ac9ae0ee71c56ce3be",
"version": "3590f946a3f35c8ca21fa922416ee38d81eb61d9",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit 44aea61

Please sign in to comment.