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 9, 2024
1 parent a657c3f commit e91ef29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV DOCKER_BUILDTAGS \

WORKDIR /moby

ARG CLI_GITCOMMIT=7fc8802889ea2226cd1ffcb097b3dca9ce7f5dfc
ARG CLI_GITCOMMIT=c537fb9f4879076fcb7a9df455885c0760db1060
ENV CLI_GITCOMMIT $CLI_GITCOMMIT

RUN set -eux; \
Expand All @@ -54,7 +54,7 @@ RUN set -eux; \
docker --version; \
ldd /usr/local/bin/docker || :

ARG MOBY_GITCOMMIT=8d06e70f347500ddc40da60e52248ce0249498f3
ARG MOBY_GITCOMMIT=d770efd8516c875bbd0f1d2811b4254e02ae712e
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=71174c30411904f9fa125d2d92d8653e3dbad58c
ARG BUILDX_GITCOMMIT=38a8261f051a7b3ee5012ecf3153143551d4f1fd
ENV BUILDX_GITCOMMIT $BUILDX_GITCOMMIT

RUN set -eux; \
Expand Down
6 changes: 3 additions & 3 deletions docker-master/versions.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "8d06e70f347500ddc40da60e52248ce0249498f3",
"version": "d770efd8516c875bbd0f1d2811b4254e02ae712e",
"go": {
"version": "1.21.0"
},
"cli": {
"version": "7fc8802889ea2226cd1ffcb097b3dca9ce7f5dfc",
"version": "c537fb9f4879076fcb7a9df455885c0760db1060",
"go": {
"version": "1.21.0"
}
},
"buildx": {
"version": "71174c30411904f9fa125d2d92d8653e3dbad58c",
"version": "38a8261f051a7b3ee5012ecf3153143551d4f1fd",
"go": {
"version": "1.21.0"
}
Expand Down

0 comments on commit e91ef29

Please sign in to comment.