Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jan 15, 2025
1 parent 842efc1 commit 5718f58
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=ce293bdb8141436ecf28842c67f169f8b988cbed
ARG CLI_GITCOMMIT=f4a68da19595d64c50b0bbc2b1f15e645943ed82
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=264801efb1f8676a6a4b1b6e023fbdbb56cf28e6
ARG MOBY_GITCOMMIT=19147b005c20f0f7782cbb3573ceb14e84a01d91
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT

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

FROM golang:1.22.0-bookworm AS buildx

ARG BUILDX_GITCOMMIT=b0b902de41e93db423a915e905ab47955999bf5b
ARG BUILDX_GITCOMMIT=cde0e9814d04348c158e3974997e191bdc0a050c
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": "264801efb1f8676a6a4b1b6e023fbdbb56cf28e6",
"version": "19147b005c20f0f7782cbb3573ceb14e84a01d91",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "ce293bdb8141436ecf28842c67f169f8b988cbed",
"version": "f4a68da19595d64c50b0bbc2b1f15e645943ed82",
"go": {
"version": "1.22.0"
}
},
"buildx": {
"version": "b0b902de41e93db423a915e905ab47955999bf5b",
"version": "cde0e9814d04348c158e3974997e191bdc0a050c",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 5718f58

Please sign in to comment.