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.
1 parent 51ab958 commit c89dd27Copy full SHA for c89dd27
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.21.3
+FROM alpine:3.22.0
15
RUN apk add --update --no-cache ca-certificates
16
LABEL maintainers="Linode"
17
LABEL description="Linode Cloud Controller Manager"
0 commit comments