From 3dbc5a533299eb29baa771c21b2aefbcb9b83548 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jul 2024 04:59:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5314526..7b5e7b9 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 # hadolint ignore=DL3018 RUN apk add --no-cache aws-cli bash curl jq