Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 13, 2024
1 parent 486c2ac commit 1386273
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=1d8ff115d836288971abeb8594f668859ab8a256
ARG MOBY_GITCOMMIT=0f341c4cd54f494a7a020c522e60504434c31d24
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

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

FROM golang:1.21.0-bullseye AS buildx

ARG BUILDX_GITCOMMIT=4787b5c0465ebe3979b6b78f6b96e9e979a63f90
ARG BUILDX_GITCOMMIT=e00efeb399197df98526cc72b6ecf33e74a41890
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": "1d8ff115d836288971abeb8594f668859ab8a256",
"version": "0f341c4cd54f494a7a020c522e60504434c31d24",
"go": {
"version": "1.21.0"
},
Expand All @@ -10,7 +10,7 @@
}
},
"buildx": {
"version": "4787b5c0465ebe3979b6b78f6b96e9e979a63f90",
"version": "e00efeb399197df98526cc72b6ecf33e74a41890",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit 1386273

Please sign in to comment.