Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 20, 2025
1 parent 2af461c commit afe0d70
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=f97ec69122e74ea284a3f44e7520976727d00683
ARG CLI_GITCOMMIT=66a584a66d0a82b810b2302602b218aef62025d7
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=6160aeb6e2a99afc033688204c22cef918b44cb4
ARG MOBY_GITCOMMIT=cb4cc87398876b2aff15621a32a8631dae04a551
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": "6160aeb6e2a99afc033688204c22cef918b44cb4",
"version": "cb4cc87398876b2aff15621a32a8631dae04a551",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "f97ec69122e74ea284a3f44e7520976727d00683",
"version": "66a584a66d0a82b810b2302602b218aef62025d7",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit afe0d70

Please sign in to comment.