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 22, 2025
1 parent 87fb17e commit 2ea30c5
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=a5960d4b9c2377cc4e176f47ac660736435183e7
ARG MOBY_GITCOMMIT=20a05dabf44934447d1a66cdd616cc803b81d4e2
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=3e0682f0398bda34335d4e9caa9f8266297998e8
ARG BUILDX_GITCOMMIT=cc4a291f6a1852ac844acd2329bb4b06f90ca704
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": "a5960d4b9c2377cc4e176f47ac660736435183e7",
"version": "20a05dabf44934447d1a66cdd616cc803b81d4e2",
"go": {
"version": "1.22.0"
},
Expand All @@ -10,7 +10,7 @@
}
},
"buildx": {
"version": "3e0682f0398bda34335d4e9caa9f8266297998e8",
"version": "cc4a291f6a1852ac844acd2329bb4b06f90ca704",
"go": {
"version": "1.22.0"
}
Expand Down

0 comments on commit 2ea30c5

Please sign in to comment.