From 3fb18ddb5c31585b4f43c3e528ea8b761be8f341 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Oct 2025 03:37:27 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 --- 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.