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 24, 2024
1 parent b740827 commit 1e7cc8e
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=12ea47dafa7f36c324ff7e0b7dc4e23c7dd372aa
ARG CLI_GITCOMMIT=50acbb031bdefb5dffa1b319b6e447d0f8f13499
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=7b1ec7211d871dfba53b10f0c7cf846022665aa5
ARG BUILDX_GITCOMMIT=9cebd0c80f213a19cd079bc10ace0f167cf97f11
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": "12ea47dafa7f36c324ff7e0b7dc4e23c7dd372aa",
"version": "50acbb031bdefb5dffa1b319b6e447d0f8f13499",
"go": {
"version": "1.21.0"
}
},
"buildx": {
"version": "7b1ec7211d871dfba53b10f0c7cf846022665aa5",
"version": "9cebd0c80f213a19cd079bc10ace0f167cf97f11",
"go": {
"version": "1.21"
}
Expand Down

0 comments on commit 1e7cc8e

Please sign in to comment.