From 70301a1ff0ed37739a9dc183b939b96781ad6ce2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Oct 2025 08:20:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5314526..ebdf041 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the base image to use for subsequent instructions -FROM alpine:3.19 +FROM alpine:3.22.1 # hadolint ignore=DL3018 RUN apk add --no-cache aws-cli bash curl jq