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 9b7c965 commit 02b0c61Copy full SHA for 02b0c61
Dockerfile
@@ -9,7 +9,7 @@ COPY web/ .
9
RUN npm run build
10
11
# Stage 2: Build the Go backend
12
-FROM golang:1.23-alpine AS go-builder
+FROM golang:1.24.1-alpine AS go-builder
13
RUN apk add --no-cache ca-certificates tzdata
14
ARG VERSION
15
ARG TARGETOS
@@ -38,4 +38,4 @@ COPY --from=go-builder /usr/share/zoneinfo /usr/share/zoneinfo
38
COPY --from=go-builder /app/godns /godns
39
USER nonroot:nonroot
40
WORKDIR /
41
-ENTRYPOINT ["/godns"]
+ENTRYPOINT ["/godns"]
0 commit comments