Skip to content

Commit fe57388

Browse files
Merge pull request #33 from codefresh-io/snyk-fix-85663eef9e00b83479d68764fecc2e06
[Snyk] Security upgrade alpine from 3.14.4 to 3.15.1
2 parents a21b5a8 + 897d968 commit fe57388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.14.4
1+
FROM alpine:3.15.1
22

3-
RUN apk add --no-cache git=~2.32.0 bash openssh
3+
RUN apk add --no-cache git=~2.34.2 bash openssh
44

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

service.yaml

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

0 commit comments

Comments
 (0)