Skip to content

Commit b8e7bae

Browse files
authored
Merge pull request #50 from sholdee/update-golang-caddy
Update dependencies
2 parents 0452fbe + bee2873 commit b8e7bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GOLANG_VERSION=1.24.2
1+
ARG GOLANG_VERSION=1.25.3
22

33
FROM golang:${GOLANG_VERSION}-bookworm AS gobuild
44

@@ -8,7 +8,7 @@ RUN apt update && apt install -y git gcc build-essential && \
88
go install github.com/caddyserver/xcaddy/cmd/xcaddy@v0.4.5
99

1010
ENV CGO_ENABLED=0
11-
ENV CADDY_VERSION=v2.10.0
11+
ENV CADDY_VERSION=v2.10.2
1212

1313
RUN xcaddy build \
1414
--output /go/src/github.com/caddyserver/xcaddy/cmd/caddy \

0 commit comments

Comments
 (0)