Update alpine Docker tag to v3.22

This commit is contained in:
2025-07-07 11:05:00 +00:00
parent d0b5ba5cec
commit 23dc1fc3d0
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.18
FROM alpine:3.22
# Install runtime dependencies
RUN apk add --no-cache \