Skip to content

Commit 08ba33e

Browse files
committed
fix caddy
1 parent fbdb9e3 commit 08ba33e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/proxy/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
FROM caddy:2.7.6-builder AS withgo
66

7-
RUN go install golang.org/dl/go1.23.1@latest && \
8-
go1.23.1 download && \
7+
RUN go install golang.org/dl/go1.24.3@latest && \
8+
go1.24.3 download && \
99
rm -rf /usr/local/go && \
1010
mv /go /usr/local/go && \
11-
mv /usr/local/go/bin/go1.23.1 /usr/local/go/bin/go
11+
mv /usr/local/go/bin/go1.24.3 /usr/local/go/bin/go
1212

1313
FROM withgo AS builder
1414

0 commit comments

Comments
 (0)