Skip to content

Commit b0d1552

Browse files
CR-18697-fix security vulnerabilities (#54)
1 parent 893f8ea commit b0d1552

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#moving to ubuntu instead of debian to solve high vulnerabilities
2-
FROM ubuntu:jammy-20221101
2+
FROM ubuntu:jammy-20230425
33

4-
RUN apt-get update -y && apt-get install git bash openssl -y
4+
RUN apt-get update -y && apt-get install git bash openssl -y
55

6-
RUN apt-get install git-lfs && \
7-
git lfs install
6+
RUN apt-get install git-lfs && \
7+
git lfs install
88

99
RUN apt-get update -y && apt-get install busybox -y && ln -s /bin/busybox /usr/bin/[[
1010
# add ssh record on which ssh key to use

service.yaml

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

0 commit comments

Comments
 (0)