diff --git a/cmd/security-bootstrapper/Dockerfile b/cmd/security-bootstrapper/Dockerfile index ea57ded7fc..2ee967ee6e 100644 --- a/cmd/security-bootstrapper/Dockerfile +++ b/cmd/security-bootstrapper/Dockerfile @@ -30,7 +30,7 @@ RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." COPY . . RUN make cmd/security-bootstrapper/security-bootstrapper -FROM alpine:3.22 +FROM alpine:3.23.2 LABEL license='SPDX-License-Identifier: Apache-2.0' \ copyright='Copyright (c) 2023 Intel Corporation'