From bb3a2f702b52c04f876661aac0bd9bceffd4f40f Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Thu, 11 Sep 2025 12:23:15 +0300 Subject: [PATCH] security fix: updated ubuntu version --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46b5ad2..d03e354 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:noble-20250619 +FROM ubuntu:noble-20250805 RUN apt-get update && \ apt-get install -y curl bash openssl git && \ diff --git a/service.yaml b/service.yaml index 37f508a..1e22d86 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 10.3.2 +version: 10.3.3