From a7c2f5128ba3820ca5af804062db7869fd5ce121 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jan 2024 14:53:46 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6148881 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6159994 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6191693 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d80054f..6f9be0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a clean tiny image to store artifacts in -FROM alpine:3.19.0 +FROM alpine:3.19.1 # Labels for http://label-schema.org/rc1/#build-time-labels # And for https://github.com/opencontainers/image-spec/blob/master/annotations.md