Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Sep 13, 2023
1 parent a61c822 commit 25159b4
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=a15d4c47a7f9c4156d0c573e758b9bd84497929f
ARG CLI_GITCOMMIT=86329b6063ddb03e1ec229ce0d6c96378291ad62
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=3b04fd10e8311098bd786fa9e86460d15358acca
ARG MOBY_GITCOMMIT=982e5afd1ca498641a65fe856853f881d6836601
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

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

FROM golang:1.20-bullseye AS buildx

ARG BUILDX_GITCOMMIT=bdaaca40a211ffc9ce935c24b31cca457e5df027
ARG BUILDX_GITCOMMIT=e018f8b6fbf746e4ac4f019bc3918c92c67b927a
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,9 +1,9 @@
{
"version": "3b04fd10e8311098bd786fa9e86460d15358acca",
"version": "982e5afd1ca498641a65fe856853f881d6836601",
"cli": {
"version": "a15d4c47a7f9c4156d0c573e758b9bd84497929f"
"version": "86329b6063ddb03e1ec229ce0d6c96378291ad62"
},
"buildx": {
"version": "bdaaca40a211ffc9ce935c24b31cca457e5df027"
"version": "e018f8b6fbf746e4ac4f019bc3918c92c67b927a"
}
}

0 comments on commit 25159b4

Please sign in to comment.