Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Mar 3, 2025
1 parent d857342 commit 8ef14a6
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=b8b2400a5b553a429b85c68d8f245576ba86904c
ARG MOBY_GITCOMMIT=07be327aaa23c0e040de406daaa87a72ae31e8ff
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=411d3f8cea9fdf1d3bdb03066b1b4d2cc6a5c438
ARG BUILDX_GITCOMMIT=128acdb4717cab531cb3d39bb1e23c0896dc71ee
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": "b8b2400a5b553a429b85c68d8f245576ba86904c",
"version": "07be327aaa23c0e040de406daaa87a72ae31e8ff",
"go": {
"version": "1.22.0"
},
Expand All @@ -10,7 +10,7 @@
}
},
"buildx": {
"version": "411d3f8cea9fdf1d3bdb03066b1b4d2cc6a5c438",
"version": "128acdb4717cab531cb3d39bb1e23c0896dc71ee",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 8ef14a6

Please sign in to comment.