From 8ef475425eed7e5b8666d5f9ffa6d4a6f4f1ac00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Jan 2026 17:56:05 +0000 Subject: [PATCH] fix: aws-node-dynamic-image-resizer/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2023-CURLMINIMAL-14904732 - https://snyk.io/vuln/SNYK-AMZN2023-CURLMINIMAL-14904741 - https://snyk.io/vuln/SNYK-AMZN2023-CURLMINIMAL-14905094 - https://snyk.io/vuln/SNYK-AMZN2023-CURLMINIMAL-14905167 - https://snyk.io/vuln/SNYK-AMZN2023-GLIB2-14903737 --- aws-node-dynamic-image-resizer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 aws-node-dynamic-image-resizer/Dockerfile diff --git a/aws-node-dynamic-image-resizer/Dockerfile b/aws-node-dynamic-image-resizer/Dockerfile old mode 100755 new mode 100644 index 0cbf2f6a8..186c53bd1 --- a/aws-node-dynamic-image-resizer/Dockerfile +++ b/aws-node-dynamic-image-resizer/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux +FROM amazonlinux:2023.10.20260105.0 WORKDIR /deploy RUN yum -y install make gcc* RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -