We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2331273 + c351e4a commit 79845a5Copy full SHA for 79845a5
Dockerfile
@@ -11,7 +11,7 @@ COPY sentry ./sentry
11
RUN go mod download
12
RUN go build -a -ldflags '-extldflags "-static"' -o /bin/linode-cloud-controller-manager-linux /linode
13
14
-FROM alpine:3.22.2
+FROM alpine:3.23.0
15
RUN apk add --update --no-cache ca-certificates
16
LABEL maintainers="Linode"
17
LABEL description="Linode Cloud Controller Manager"
0 commit comments