From 0968c42d288cfe4fca61e1faab181463a3aac3f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 18:51:12 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-7886354 - https://snyk.io/vuln/SNYK-UBUNTU2204-GCC12-5893601 - https://snyk.io/vuln/SNYK-UBUNTU2204-GCC12-5893601 - https://snyk.io/vuln/SNYK-UBUNTU2204-GCC12-5893601 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281073 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e03ae2..a3aed33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM devopsinfra/docker-terragrunt:slim-latest as builder # Use a clean tiny image to store artifacts in -FROM ubuntu:jammy-20240808 +FROM ubuntu:22.04 # Labels for http://label-schema.org/rc1/#build-time-labels # And for https://github.com/opencontainers/image-spec/blob/master/annotations.md