From 795e8d9ccb90b7486e8f9c6b1c9a80da9d265423 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jul 2023 00:51:22 +0000 Subject: [PATCH] fix: images/alpine/Dockerfile.old to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 --- images/alpine/Dockerfile.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/alpine/Dockerfile.old b/images/alpine/Dockerfile.old index c42e43db7..a1635c00b 100644 --- a/images/alpine/Dockerfile.old +++ b/images/alpine/Dockerfile.old @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 # TODO: This VM image does not work quite yet # Install common utilities