Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 7, 2024
1 parent 6f161c7 commit 2ecd43f
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=78de7da6600d6ba98f135a52fc0de19bdb3a5177
ARG CLI_GITCOMMIT=87c6624cb728e9a1c74e8141321ee70d8f67cb46
ENV CLI_GITCOMMIT $CLI_GITCOMMIT

RUN set -eux; \
Expand Down Expand Up @@ -116,7 +116,7 @@ RUN set -eux; \

FROM golang:1.21.0-bullseye AS buildx

ARG BUILDX_GITCOMMIT=e2f6808457ab9d8de4a85f0f26b0028411ef20fc
ARG BUILDX_GITCOMMIT=9a0c32058890c71590730f263a679861c85b90d4
ENV BUILDX_GITCOMMIT $BUILDX_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
Expand Up @@ -4,13 +4,13 @@
"version": "1.21.0"
},
"cli": {
"version": "78de7da6600d6ba98f135a52fc0de19bdb3a5177",
"version": "87c6624cb728e9a1c74e8141321ee70d8f67cb46",
"go": {
"version": "1.21.0"
}
},
"buildx": {
"version": "e2f6808457ab9d8de4a85f0f26b0028411ef20fc",
"version": "9a0c32058890c71590730f263a679861c85b90d4",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit 2ecd43f

Please sign in to comment.