diff --git a/example/cmd/device-simple/Dockerfile b/example/cmd/device-simple/Dockerfile index 8a3cff8e..90bfe0f3 100644 --- a/example/cmd/device-simple/Dockerfile +++ b/example/cmd/device-simple/Dockerfile @@ -34,7 +34,7 @@ COPY . . RUN ${MAKE} # Next image - Copy built Go binary into new workspace -FROM alpine:3.22 +FROM alpine:3.23.2 LABEL license='SPDX-License-Identifier: Apache-2.0' \ copyright='Copyright (c) 2022: Intel'