Skip to content

Commit 24acbe6

Browse files
Merge pull request #39 from codefresh-io/CR-13987
fix security
2 parents 53c3d4c + 0f884b5 commit 24acbe6

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.15.4
1+
FROM alpine:3.15.6
22

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

0 commit comments

Comments
 (0)