From 02be687d094bcbc6985199773d9a732fd19ea5b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Mar 2024 17:24:30 +0000 Subject: [PATCH] fix: release/community-stable/amazonlinux/docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2-CPIO-6371135 - https://snyk.io/vuln/SNYK-AMZN2-LIBCURL-5936187 - https://snyk.io/vuln/SNYK-AMZN2-LIBCURL-5961081 - https://snyk.io/vuln/SNYK-AMZN2-LIBCURL-5961084 - https://snyk.io/vuln/SNYK-AMZN2-LIBNGHTTP2-5971120 --- release/community-stable/amazonlinux/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/community-stable/amazonlinux/docker/Dockerfile b/release/community-stable/amazonlinux/docker/Dockerfile index a60bd9848..2108ec5a7 100644 --- a/release/community-stable/amazonlinux/docker/Dockerfile +++ b/release/community-stable/amazonlinux/docker/Dockerfile @@ -5,7 +5,7 @@ # installed from RHEL7 PowerShell package # Define arg(s) needed for the From statement -FROM amazonlinux:latest AS installer-env +FROM amazonlinux:2.0.20240306.2 AS installer-env # Define Args for the needed to add the package ARG PS_VERSION=7.0.1