We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893f8ea commit b0d1552Copy full SHA for b0d1552
Dockerfile
@@ -1,10 +1,10 @@
1
#moving to ubuntu instead of debian to solve high vulnerabilities
2
-FROM ubuntu:jammy-20221101
+FROM ubuntu:jammy-20230425
3
4
-RUN apt-get update -y && apt-get install git bash openssl -y
+RUN apt-get update -y && apt-get install git bash openssl -y
5
6
-RUN apt-get install git-lfs && \
7
- git lfs install
+RUN apt-get install git-lfs && \
+ git lfs install
8
9
RUN apt-get update -y && apt-get install busybox -y && ln -s /bin/busybox /usr/bin/[[
10
# add ssh record on which ssh key to use
service.yaml
@@ -1 +1 @@
-version: 10.1.18
+version: 10.1.19
0 commit comments