Skip to content

Commit eaaa0a7

Browse files
docker: Bump alpine from 3.22 to 3.24
Bumps alpine from 3.22 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 926f8b0 commit eaaa0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77
RUN CGO_ENABLED=0 make build
88

99
# Copy built binaries to production slim image.
10-
FROM alpine:3.22 AS final
10+
FROM alpine:3.24 AS final
1111
# HTTP API
1212
EXPOSE 8080/tcp
1313
# gRPC API

0 commit comments

Comments
 (0)