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 77b92f8 commit c634fbdCopy full SHA for c634fbd
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ COPY ui/ ./
16
RUN npm run build
17
18
# Stage 2: Build Go binary
19
-FROM golang:1.22-alpine AS go-builder
+FROM golang:1.24.11-trixie AS go-builder
20
21
WORKDIR /app
22
@@ -37,7 +37,7 @@ COPY main.go ./
37
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o xivstrings .
38
39
# Stage 3: Final image
40
-FROM alpine:latest
+FROM gcr.io/distroless/static-debian13
41
42
43
0 commit comments