Skip to content

Commit 9857c91

Browse files
committed
Update docker-master
1 parent d3925ca commit 9857c91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-master/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN set -eux; \
5151
docker --version; \
5252
ldd /usr/local/bin/docker || :
5353

54-
ARG MOBY_GITCOMMIT=e3f60d72f46ab1c63faa273b9d22efae73f41104
54+
ARG MOBY_GITCOMMIT=78c0257db6fbcec2b3e1aa18a6f4af7aeecd4203
5555
ENV MOBY_GITCOMMIT $MOBY_GITCOMMIT
5656

5757
RUN set -eux; \
@@ -98,7 +98,7 @@ RUN set -eux; \
9898

9999
FROM golang:1.24-trixie AS buildx
100100

101-
ARG BUILDX_GITCOMMIT=66f4f62159ad33cb2bef8d83916477e2862a86f9
101+
ARG BUILDX_GITCOMMIT=5546d171a0197290396344475c4e110f7c2a24ec
102102
ENV BUILDX_GITCOMMIT $BUILDX_GITCOMMIT
103103

104104
RUN set -eux; \

docker-master/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "e3f60d72f46ab1c63faa273b9d22efae73f41104",
2+
"version": "78c0257db6fbcec2b3e1aa18a6f4af7aeecd4203",
33
"go": {
44
"version": "1.24.3"
55
},
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"buildx": {
13-
"version": "66f4f62159ad33cb2bef8d83916477e2862a86f9",
13+
"version": "5546d171a0197290396344475c4e110f7c2a24ec",
1414
"go": {
1515
"version": "1.24.3"
1616
}

0 commit comments

Comments
 (0)