Skip to content

Commit 02b0c61

Browse files
committed
update go version
1 parent 9b7c965 commit 02b0c61

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
@@ -9,7 +9,7 @@ COPY web/ .
99
RUN npm run build
1010

1111
# Stage 2: Build the Go backend
12-
FROM golang:1.23-alpine AS go-builder
12+
FROM golang:1.24.1-alpine AS go-builder
1313
RUN apk add --no-cache ca-certificates tzdata
1414
ARG VERSION
1515
ARG TARGETOS
@@ -38,4 +38,4 @@ COPY --from=go-builder /usr/share/zoneinfo /usr/share/zoneinfo
3838
COPY --from=go-builder /app/godns /godns
3939
USER nonroot:nonroot
4040
WORKDIR /
41-
ENTRYPOINT ["/godns"]
41+
ENTRYPOINT ["/godns"]

0 commit comments

Comments
 (0)