Update alpine Docker tag to v3.23

This commit is contained in:
2025-12-03 20:06:31 +00:00
parent 9ed9ff9efd
commit d6a2d0b3cd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ RUN templ generate
RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o tankstopp ./cmd/main.go
# Stage 2: Runtime stage
FROM alpine:3.22
FROM alpine:3.23
# Install runtime dependencies
RUN apk add --no-cache \