Skip to content

Commit ea1212b

Browse files
authored
security fix: updated ubuntu version (#104)
1 parent af568d6 commit ea1212b

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-20250619
2+
FROM ubuntu:noble-20250805
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.2
1+
version: 10.3.3

0 commit comments

Comments
 (0)