Skip to content

Commit 07c24a0

Browse files
CR-20282 (#68)
* upgrading base image to ubuntu:jammy-20230816
1 parent 77b32f2 commit 07c24a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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:jammy-20230804
2+
FROM ubuntu:jammy-20230816
33

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

service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.1.22
1+
version: 10.1.23

0 commit comments

Comments
 (0)