Skip to content

Commit 3f1c95b

Browse files
Merge pull request #16 from codefresh-io/security-fix
2 parents 4db9ab9 + f270ebc commit 3f1c95b

File tree

3 files changed

+3
-25
lines changed

3 files changed

+3
-25
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.10.3
1+
FROM alpine:3.12.4
22

3-
RUN apk add --no-cache git~=2.22 bash openssh
3+
RUN apk add --no-cache git=~2.26.3 bash openssh
44

55
# install git-lfs
66
RUN apk add --no-cache --virtual deps openssl && \

Dockerfile.aarch64

Lines changed: 0 additions & 22 deletions
This file was deleted.

service.yaml

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

0 commit comments

Comments
 (0)