Compare commits
2 Commits
9ed9ff9efd
...
a3ba09108d
| Author | SHA1 | Date | |
|---|---|---|---|
| a3ba09108d | |||
| d6a2d0b3cd |
+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
|
||||
|
||||
# Stage 2: Runtime stage
|
||||
FROM alpine:3.22
|
||||
FROM alpine:3.23
|
||||
|
||||
# Install runtime dependencies
|
||||
RUN apk add --no-cache \
|
||||
|
||||
@@ -91,7 +91,7 @@ services:
|
||||
|
||||
# Database backup service
|
||||
backup:
|
||||
image: alpine:3.22
|
||||
image: alpine:3.23
|
||||
container_name: tankstopp-backup
|
||||
restart: "no"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user