diff --git a/Dockerfile b/Dockerfile index e2dff202..a98114af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY sentry ./sentry RUN go mod download RUN go build -a -ldflags '-extldflags "-static"' -o /bin/linode-cloud-controller-manager-linux /linode -FROM alpine:3.19.1 +FROM alpine:3.20.3 RUN apk add --update --no-cache ca-certificates LABEL maintainers="Linode" LABEL description="Linode Cloud Controller Manager"