diff --git a/Dockerfile b/Dockerfile index 2b49fcea9..91d89e913 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN npm prune --production # set the user to non-root USER node -FROM alpine:latest@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 +FROM alpine:latest@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3 LABEL license='SPDX-License-Identifier: Apache-2.0' \ copyright='Copyright (c) Intel Corporation 2021'