diff --git a/Dockerfile b/Dockerfile index 08c8c35..2f9c874 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ CMD ["go", "run", "cmd/api/main.go"] # ============================================================================= # Production base stage # ============================================================================= -FROM alpine:3.22 AS base +FROM alpine:3.23 AS base # Install runtime dependencies RUN apk --no-cache add ca-certificates curl tzdata