Skip to content

Commit 0c152d2

Browse files
Bump alpine from 3.20 to 3.21 in /cmd/otel-allocator (#3526)
Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80ef738 commit 0c152d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/otel-allocator/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get CA certificates from the Alpine package repo
2-
FROM alpine:3.20 AS certificates
2+
FROM alpine:3.21 AS certificates
33

44
RUN apk --no-cache add ca-certificates
55

0 commit comments

Comments
 (0)