From ee7cb3e0c4ff52385d3aff3d34175a252c5f93d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Mar 2023 23:48:08 +0000 Subject: [PATCH] fix: latest/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 --- latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 3532899..3915cbf 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 +FROM alpine:3.16 LABEL description="S3 archive fetcher" RUN apk --no-cache --update add \