We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19920bc + 0a863c8 commit f9d4092Copy full SHA for f9d4092
1 file changed
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.23.0
+FROM alpine:3.23.2
15
RUN apk add --update --no-cache ca-certificates
16
LABEL maintainers="Linode"
17
LABEL description="Linode Cloud Controller Manager"
0 commit comments