Skip to content

Commit 7ccfeb3

Browse files
deps: bump alpine from 3.23 to 3.24
Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5eb58e2 commit 7ccfeb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN PGO_FLAG=""; \
2323
-o metrics-governor ./cmd/metrics-governor
2424

2525
# Runtime stage
26-
FROM alpine:3.23
26+
FROM alpine:3.24
2727

2828
RUN apk add --no-cache ca-certificates
2929

Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN PGO_FLAG=""; \
4848
-o metrics-governor ./cmd/metrics-governor
4949

5050
# Stage 3: Minimal runtime image
51-
FROM alpine:3.23
51+
FROM alpine:3.24
5252

5353
RUN apk add --no-cache ca-certificates
5454

0 commit comments

Comments
 (0)