From 27d269f46732f0779abbe63ac51ac83436f06e3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Jan 2024 15:22:03 +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-LIBNGHTTP2-5971120 - https://snyk.io/vuln/SNYK-AMZN2-VIMDATA-5702426 - https://snyk.io/vuln/SNYK-AMZN2-VIMDATA-5702433 - https://snyk.io/vuln/SNYK-AMZN2-VIMDATA-5935804 - https://snyk.io/vuln/SNYK-AMZN2-VIMDATA-5935813 --- 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..ea8abcbad 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.20240109.0 AS installer-env # Define Args for the needed to add the package ARG PS_VERSION=7.0.1