From b9a1b644e73a72453829e8049bce67c98a2e6598 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Oct 2025 02:31:30 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174134 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174134 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174136 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73139a58..64d026bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ COPY . . # This is handy of you do your Docker business on a Mac RUN $MAKE -FROM alpine:3.20 +FROM alpine:3.22.1 LABEL license='VSPDX-License-Identifier: Apache-2.0' \ copyright='Copyright (c) 2020-2024: IoTech Ltd'