From a7026eb70179e7a1c49b48810f14091ca25fcf92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 05:50:14 +0000 Subject: [PATCH] fix: example/cmd/device-simple/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091698 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091698 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091698 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091701 - https://snyk.io/vuln/SNYK-ALPINE322-BUSYBOX-14091701 --- example/cmd/device-simple/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'