Skip to content

Commit 79845a5

Browse files
authored
Merge pull request #502 from linode/renovate/alpine-3.x
Update alpine Docker tag to v3.23.0
2 parents 2331273 + c351e4a commit 79845a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY sentry ./sentry
1111
RUN go mod download
1212
RUN go build -a -ldflags '-extldflags "-static"' -o /bin/linode-cloud-controller-manager-linux /linode
1313

14-
FROM alpine:3.22.2
14+
FROM alpine:3.23.0
1515
RUN apk add --update --no-cache ca-certificates
1616
LABEL maintainers="Linode"
1717
LABEL description="Linode Cloud Controller Manager"

0 commit comments

Comments
 (0)