Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 20, 2024
1 parent 0ab62c8 commit 8857448
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=623fcd5489d65c0a8272635f882e3b7272a8703c
ARG CLI_GITCOMMIT=b83cf582cd3b932b6fce900a54cf0e1e6f61ac17
ENV CLI_GITCOMMIT $CLI_GITCOMMIT

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

FROM golang:1.21-bullseye AS buildx

ARG BUILDX_GITCOMMIT=66b0abf0783fccbd72e8cfb2ed6d3934115d9162
ARG BUILDX_GITCOMMIT=9b100c2552a8a750d95f038ec1225e218b5d2852
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"
},
"cli": {
"version": "623fcd5489d65c0a8272635f882e3b7272a8703c",
"version": "b83cf582cd3b932b6fce900a54cf0e1e6f61ac17",
"go": {
"version": "1.21.0"
}
},
"buildx": {
"version": "66b0abf0783fccbd72e8cfb2ed6d3934115d9162",
"version": "9b100c2552a8a750d95f038ec1225e218b5d2852",
"go": {
"version": "1.21"
}
Expand Down

0 comments on commit 8857448

Please sign in to comment.