Update alpine Docker tag to v3.22
This commit is contained in:
+1
-1
@@ -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
|
RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o tankstopp ./cmd/main.go
|
||||||
|
|
||||||
# Stage 2: Runtime stage
|
# Stage 2: Runtime stage
|
||||||
FROM alpine:3.18
|
FROM alpine:3.22
|
||||||
|
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ services:
|
|||||||
|
|
||||||
# Database backup service
|
# Database backup service
|
||||||
backup:
|
backup:
|
||||||
image: alpine:3.18
|
image: alpine:3.22
|
||||||
container_name: tankstopp-backup
|
container_name: tankstopp-backup
|
||||||
restart: "no"
|
restart: "no"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user