We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd47b8 + c615207 commit eb449ddCopy full SHA for eb449dd
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.2
+FROM alpine:3.23.3
15
RUN apk add --update --no-cache ca-certificates
16
LABEL maintainers="Linode"
17
LABEL description="Linode Cloud Controller Manager"
0 commit comments