diff --git a/Dockerfile b/Dockerfile index a8567c46..eff1311d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" RUN $MAKE #final stage -FROM alpine:3.20 +FROM alpine:3.22.1 LABEL license='SPDX-License-Identifier: Apache-2.0' \ copyright='Copyright (c) 2023: Intel' LABEL Name=app-service-configurable Version=${VERSION}