Skip to content

Commit 542e67d

Browse files
Bump alpine from 3.19 to 3.20 in /cmd/otel-allocator (#2992)
Bumps alpine from 3.19 to 3.20. --- 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 58645cb commit 542e67d

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.19 as certificates
2+
FROM alpine:3.20 as certificates
33

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

0 commit comments

Comments
 (0)