Skip to content

Commit c634fbd

Browse files
authored
Update Go base image and final image in Dockerfile
1 parent 77b92f8 commit c634fbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY ui/ ./
1616
RUN npm run build
1717

1818
# Stage 2: Build Go binary
19-
FROM golang:1.22-alpine AS go-builder
19+
FROM golang:1.24.11-trixie AS go-builder
2020

2121
WORKDIR /app
2222

@@ -37,7 +37,7 @@ COPY main.go ./
3737
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o xivstrings .
3838

3939
# Stage 3: Final image
40-
FROM alpine:latest
40+
FROM gcr.io/distroless/static-debian13
4141

4242
WORKDIR /app
4343

0 commit comments

Comments
 (0)