From 4c5272a0401eb99476694b51046d4bd6ff6136d3 Mon Sep 17 00:00:00 2001 From: Israel Roldan Date: Wed, 29 Nov 2023 01:05:20 -0600 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities (#9) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5821139 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-6070608 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-6070608 Co-authored-by: snyk-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58751e9..2a89140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.8 +FROM alpine:3.16.7 RUN apk add --no-cache lftp