From 26e1beccac45d9df6bcdc5bc3c32107a11b7f787 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Dec 2024 04:06:17 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10c8f6d..2c89a95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM devopsinfra/docker-terragrunt:tf-1.0.1-tg-0.31.0 as builder # Use a clean tiny image to store artifacts in -FROM alpine:3.20.3 +FROM alpine:3.21.0 # Labels for http://label-schema.org/rc1/#build-time-labels # And for https://github.com/opencontainers/image-spec/blob/master/annotations.md