Skip to content

Commit

Permalink
Merge pull request #33 from codefresh-io/snyk-fix-85663eef9e00b83479d…
Browse files Browse the repository at this point in the history
…68764fecc2e06

[Snyk] Security upgrade alpine from 3.14.4 to 3.15.1
  • Loading branch information
eti-codefresh authored Jun 14, 2022
2 parents a21b5a8 + 897d968 commit fe57388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.14.4
FROM alpine:3.15.1

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

# install git-lfs
RUN apk add --no-cache --virtual deps openssl && \
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 10.0.9
version: 10.1.9

0 comments on commit fe57388

Please sign in to comment.