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 19, 2024
1 parent 084328c commit fef000f
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=069e41afd9fa8ca60fac65b3de23559126b3b346
ARG MOBY_GITCOMMIT=1c00dfc77e115977d9127371d1d1df4a0878cb58
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=9c27be752cefbef542859ac63260f9166e2350f4
ARG BUILDX_GITCOMMIT=a6ef9db84de548b4a9320d46460c459f3a18fa30
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": "069e41afd9fa8ca60fac65b3de23559126b3b346",
"version": "1c00dfc77e115977d9127371d1d1df4a0878cb58",
"go": {
"version": "1.22.0"
},
Expand All @@ -10,7 +10,7 @@
}
},
"buildx": {
"version": "9c27be752cefbef542859ac63260f9166e2350f4",
"version": "a6ef9db84de548b4a9320d46460c459f3a18fa30",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit fef000f

Please sign in to comment.