Skip to content

Commit

Permalink
Update docker-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 28, 2024
1 parent 9e7e555 commit d1b6738
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=682cf57d7375e3e80f40958bffc6176de2948bec
ARG CLI_GITCOMMIT=41fba28661ddfa60a9bf8e44ed2c6b5748eee175
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=b7974a1ff14f09c980ee8fc5b9c1cd2405bc6dfe
ARG MOBY_GITCOMMIT=781dd8aa8f5c1d9dbc1c20be3cbdf49b4c4f27fa
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=71c78897192730a2a22f74310f15d0fbf93a157f
ARG BUILDX_GITCOMMIT=d6d713aac6ea4199782f8e8285090f0de7e8a9a7
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": "b7974a1ff14f09c980ee8fc5b9c1cd2405bc6dfe",
"version": "781dd8aa8f5c1d9dbc1c20be3cbdf49b4c4f27fa",
"go": {
"version": "1.22.0"
},
"cli": {
"version": "682cf57d7375e3e80f40958bffc6176de2948bec",
"version": "41fba28661ddfa60a9bf8e44ed2c6b5748eee175",
"go": {
"version": "1.22.0"
}
},
"buildx": {
"version": "71c78897192730a2a22f74310f15d0fbf93a157f",
"version": "d6d713aac6ea4199782f8e8285090f0de7e8a9a7",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit d1b6738

Please sign in to comment.