We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0452fbe + bee2873 commit b8e7baeCopy full SHA for b8e7bae
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GOLANG_VERSION=1.24.2
+ARG GOLANG_VERSION=1.25.3
2
3
FROM golang:${GOLANG_VERSION}-bookworm AS gobuild
4
@@ -8,7 +8,7 @@ RUN apt update && apt install -y git gcc build-essential && \
8
go install github.com/caddyserver/xcaddy/cmd/xcaddy@v0.4.5
9
10
ENV CGO_ENABLED=0
11
-ENV CADDY_VERSION=v2.10.0
+ENV CADDY_VERSION=v2.10.2
12
13
RUN xcaddy build \
14
--output /go/src/github.com/caddyserver/xcaddy/cmd/caddy \
0 commit comments