Skip to content

Commit 8c57755

Browse files
fix according to the comments
1 parent 97e7b4c commit 8c57755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.12.4
22

3-
RUN apk add --no-cache git 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 && \

0 commit comments

Comments
 (0)