Merge pull request 'Update alpine Docker tag to v3.22' (#3) from renovate/alpine-3.x into main

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2025-07-13 00:30:42 +00:00
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 \
+1 -1
View File
@@ -91,7 +91,7 @@ services:
# Database backup service
backup:
image: alpine:3.18
image: alpine:3.22
container_name: tankstopp-backup
restart: "no"
environment: