From 1264f9e393a97672b3b3489f3d55d0b2bc862011 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Feb 2023 17:44:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2-KRB5LIBS-3244096 - https://snyk.io/vuln/SNYK-AMZN2-VIMDATA-3310647 - https://snyk.io/vuln/SNYK-AMZN2-VIMDATA-3310723 - https://snyk.io/vuln/SNYK-AMZN2-VIMMINIMAL-3310585 - https://snyk.io/vuln/SNYK-AMZN2-VIMMINIMAL-3310657 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7495ca8..71af8df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:2.0.20221210.0 +FROM amazonlinux:2.0.20230207.0 LABEL maintainer="Louis Amon "