Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 16, 2024
1 parent a190523 commit c169954
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=31eeed7ca4c951ede2d18c73e4bd47e8189be221
ARG CLI_GITCOMMIT=dba4b15d6be46d4d5d721de5dffc413e51ac1ee0
ENV CLI_GITCOMMIT $CLI_GITCOMMIT

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

FROM golang:1.22.0-bookworm AS buildx

ARG BUILDX_GITCOMMIT=1de332530f6c21e69ddf8577fbc7adcf0ae7c723
ARG BUILDX_GITCOMMIT=8d32cabc22e13c8bcdd1ed8849a889c6fe65da51
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.22.0"
},
"cli": {
"version": "31eeed7ca4c951ede2d18c73e4bd47e8189be221",
"version": "dba4b15d6be46d4d5d721de5dffc413e51ac1ee0",
"go": {
"version": "1.21.0"
}
},
"buildx": {
"version": "1de332530f6c21e69ddf8577fbc7adcf0ae7c723",
"version": "8d32cabc22e13c8bcdd1ed8849a889c6fe65da51",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit c169954

Please sign in to comment.