From bb4434581b7b09ad2b9e3c003ca7c41c812ea600 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jun 2023 19:38:14 +0000 Subject: [PATCH] fix: latest/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 --- latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 3532899..c69c494 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3 LABEL description="S3 archive fetcher" RUN apk --no-cache --update add \