Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 18, 2023
1 parent 8efeafc commit 9d5986c
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=b85185e65910b5cb06fc6b81366c87b976a6a134
ARG MOBY_GITCOMMIT=46d11bddbb40f71819063134acd94fba2601a23b
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

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

FROM golang:1.20-bullseye AS buildx

ARG BUILDX_GITCOMMIT=48f9b86b9ab4e0399eb8d8bf37f16b4d0917140b
ARG BUILDX_GITCOMMIT=ac93a7fbfbe580b59703678329134a0e039827d5
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": "b85185e65910b5cb06fc6b81366c87b976a6a134",
"version": "46d11bddbb40f71819063134acd94fba2601a23b",
"go": {
"version": "1.20"
},
Expand All @@ -10,7 +10,7 @@
}
},
"buildx": {
"version": "48f9b86b9ab4e0399eb8d8bf37f16b4d0917140b",
"version": "ac93a7fbfbe580b59703678329134a0e039827d5",
"go": {
"version": "1.20"
}
Expand Down

0 comments on commit 9d5986c

Please sign in to comment.