From aefb76b49ca17c8bf698243d890e3127f1ec19ea Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 30 Oct 2025 10:01:31 +0300 Subject: [PATCH 1/2] fix: security vulnerability CVE-2025-6297 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d03e354..4191df9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:noble-20250805 +FROM ubuntu:noble-20251001 RUN apt-get update && \ apt-get install -y curl bash openssl git && \ From 37e580b6f67058bf7e37563522e5756038903706 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Thu, 30 Oct 2025 10:02:57 +0300 Subject: [PATCH 2/2] chore: bump version --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 1e22d86..26b4737 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 10.3.3 +version: 10.3.4