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 ed2fe0d + 8dc6eae commit b385094Copy full SHA for b385094
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.1
+FROM alpine:3.22.2
15
RUN apk add --update --no-cache ca-certificates
16
LABEL maintainers="Linode"
17
LABEL description="Linode Cloud Controller Manager"
0 commit comments