From cd5f677d2d77f727c4eb54b7eb4ccc619af3daf8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Aug 2025 08:53:53 +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 941960e..812d4c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # pay, so just run this manually each time you update the Dockerfile: # docker build -t turian/hearpreprocess . && docker push turian/hearpreprocess -FROM ubuntu +FROM ubuntu:24.10 ENV LANG C.UTF-8