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 25, 2024
1 parent 1b4b192 commit 7652f03
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 @@ -54,7 +54,7 @@ RUN set -eux; \
docker --version; \
ldd /usr/local/bin/docker || :

ARG MOBY_GITCOMMIT=7a23d69f7b33cb0c3d35e749949bc5a9f4c2f324
ARG MOBY_GITCOMMIT=2f6953fcd8a411816ea84f4d24fd9ea101c19ba7
ENV MOBY_GITCOMMIT $MOBY_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=d612139b197276c5ba44655bec2a894ca9504f98
ARG BUILDX_GITCOMMIT=5ce6597c0753a54e9a59eb95eb25a2ba56da6772
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
@@ -1,5 +1,5 @@
{
"version": "7a23d69f7b33cb0c3d35e749949bc5a9f4c2f324",
"version": "2f6953fcd8a411816ea84f4d24fd9ea101c19ba7",
"go": {
"version": "1.22.0"
},
Expand All @@ -10,7 +10,7 @@
}
},
"buildx": {
"version": "d612139b197276c5ba44655bec2a894ca9504f98",
"version": "5ce6597c0753a54e9a59eb95eb25a2ba56da6772",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 7652f03

Please sign in to comment.