diff --git a/Dockerfile b/Dockerfile index 9ea69880..2ef87347 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." COPY . . RUN $MAKE -FROM alpine:3.22 +FROM alpine:3.23.2 LABEL license='SPDX-License-Identifier: Apache-2.0' \ copyright='Copyright (c) 2023: Intel'