Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 26, 2024
1 parent 04dd48d commit 4cb9faa
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=ff1e2c0de72a1bbbe4cdbe1558da57d327899df5
ARG MOBY_GITCOMMIT=f6d0d2f92ff84cd0d281f0f5189aeebba7f75eeb
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

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

FROM golang:1.21-bullseye AS buildx

ARG BUILDX_GITCOMMIT=d8c9ebde1fdcf659f1fa3efa6ccc27a28b0f1564
ARG BUILDX_GITCOMMIT=818045482ee1bf6b645c121dc1ac6c027c753534
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": "ff1e2c0de72a1bbbe4cdbe1558da57d327899df5",
"version": "f6d0d2f92ff84cd0d281f0f5189aeebba7f75eeb",
"go": {
"version": "1.21"
},
Expand All @@ -10,7 +10,7 @@
}
},
"buildx": {
"version": "d8c9ebde1fdcf659f1fa3efa6ccc27a28b0f1564",
"version": "818045482ee1bf6b645c121dc1ac6c027c753534",
"go": {
"version": "1.21"
}
Expand Down

0 comments on commit 4cb9faa

Please sign in to comment.