We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f3221 commit ba6b283Copy full SHA for ba6b283
components/proxy/Dockerfile
@@ -4,11 +4,11 @@
4
5
FROM caddy:2.7.6-builder AS withgo
6
7
-RUN go install golang.org/dl/go1.23.1@latest && \
8
- go1.23.1 download && \
+RUN go install golang.org/dl/go1.24.3@latest && \
+ go1.24.3 download && \
9
rm -rf /usr/local/go && \
10
mv /go /usr/local/go && \
11
- mv /usr/local/go/bin/go1.23.1 /usr/local/go/bin/go
+ mv /usr/local/go/bin/go1.24.3 /usr/local/go/bin/go
12
13
FROM withgo AS builder
14
0 commit comments