Skip to content

Commit

Permalink
Merge pull request #39 from codefresh-io/CR-13987
Browse files Browse the repository at this point in the history
fix security
  • Loading branch information
denis-codefresh authored Aug 17, 2022
2 parents 53c3d4c + 0f884b5 commit 24acbe6
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.15.4
FROM alpine:3.15.6

RUN apk add --no-cache git=~2.34.2 bash openssh
RUN apk add --no-cache git=~2.34.4 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.1.11
version: 10.1.12

0 comments on commit 24acbe6

Please sign in to comment.