Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jul 25, 2024
1 parent f050727 commit d3597e3
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=2b1097f08088fd387a01c6d6a2a0f6916a39b872
ARG MOBY_GITCOMMIT=951a04cc01b2d6d9c8c45ad04cd5a03182803c88
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=d4c4632cf66c056cd8baae506a5111a4a110f851
ARG BUILDX_GITCOMMIT=d130f8ef0aea99ed9dc53c808e0bc77a8fc622c0
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": "2b1097f08088fd387a01c6d6a2a0f6916a39b872",
"version": "951a04cc01b2d6d9c8c45ad04cd5a03182803c88",
"go": {
"version": "1.21.0"
},
Expand All @@ -10,7 +10,7 @@
}
},
"buildx": {
"version": "d4c4632cf66c056cd8baae506a5111a4a110f851",
"version": "d130f8ef0aea99ed9dc53c808e0bc77a8fc622c0",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit d3597e3

Please sign in to comment.