Skip to content

Commit fd11069

Browse files
committed
Update docker-master
1 parent d93804b commit fd11069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN set -eux; \
9898

9999
FROM golang:1.25-trixie AS buildx
100100

101-
ARG BUILDX_GITCOMMIT=c7dfed7dcc344b92448e2335a900b63d847675fc
101+
ARG BUILDX_GITCOMMIT=eff492f5d7d043fdad8481c014ce1289972a4524
102102
ENV BUILDX_GITCOMMIT $BUILDX_GITCOMMIT
103103

104104
RUN set -eux; \

docker-master/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"buildx": {
13-
"version": "c7dfed7dcc344b92448e2335a900b63d847675fc",
13+
"version": "eff492f5d7d043fdad8481c014ce1289972a4524",
1414
"go": {
1515
"version": "1.25.5"
1616
}

0 commit comments

Comments
 (0)