Merge pull request #56 from fosrl/dependabot/docker/minor-updates-60be0b6e22

Bump alpine from 3.22 to 3.23 in the minor-updates group

Former-commit-id: 84257a094e
This commit is contained in:
Owen Schwartz
2025-12-06 12:00:38 -05:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -o /olm
# Start a new stage from scratch
FROM alpine:3.22 AS runner
FROM alpine:3.23 AS runner
RUN apk --no-cache add ca-certificates