We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93804b commit fd11069Copy full SHA for fd11069
docker-master/Dockerfile
@@ -98,7 +98,7 @@ RUN set -eux; \
98
99
FROM golang:1.25-trixie AS buildx
100
101
-ARG BUILDX_GITCOMMIT=c7dfed7dcc344b92448e2335a900b63d847675fc
+ARG BUILDX_GITCOMMIT=eff492f5d7d043fdad8481c014ce1289972a4524
102
ENV BUILDX_GITCOMMIT $BUILDX_GITCOMMIT
103
104
RUN set -eux; \
docker-master/versions.json
@@ -10,7 +10,7 @@
10
}
11
},
12
"buildx": {
13
- "version": "c7dfed7dcc344b92448e2335a900b63d847675fc",
+ "version": "eff492f5d7d043fdad8481c014ce1289972a4524",
14
"go": {
15
"version": "1.25.5"
16
0 commit comments