From 16b6bf2190195eafc01fc51cf92b0434cee062cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Aug 2025 05:37:46 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-PERL-10285352 - https://snyk.io/vuln/SNYK-UBUNTU2404-TAR-10769052 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cd4f5a..9993027 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # Dockerfile for the build environment for The Tick. # Using the latest Ubuntu image as a base. -FROM ubuntu:latest +FROM ubuntu:24.10 LABEL description="Build environment for The Tick" # This directory will be mapped outside the container during builds.