Skip to content

Commit d0eabbd

Browse files
authored
fix: security vulnerability CVE-2025-6297 (#110)
1 parent ea1212b commit d0eabbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#moving to ubuntu instead of debian to solve high vulnerabilities
2-
FROM ubuntu:noble-20250805
2+
FROM ubuntu:noble-20251001
33

44
RUN apt-get update && \
55
apt-get install -y curl bash openssl git && \

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.3.3
1+
version: 10.3.4

0 commit comments

Comments
 (0)