Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 27, 2024
1 parent 73cab8b commit 387fcc4
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=ba1a15433be5fe91edacd09b0c133f5f137ba5e2
ARG CLI_GITCOMMIT=bc908a655f879c8f33ab20cbe5bbfe80fe45210a
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=f704a1c9d7a61ce1bbffc538ac813196e95ed790
ARG MOBY_GITCOMMIT=c565f7469866c59e216c3691ca93a828407e1a1f
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": "f704a1c9d7a61ce1bbffc538ac813196e95ed790",
"version": "c565f7469866c59e216c3691ca93a828407e1a1f",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "ba1a15433be5fe91edacd09b0c133f5f137ba5e2",
"version": "bc908a655f879c8f33ab20cbe5bbfe80fe45210a",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 387fcc4

Please sign in to comment.