Skip to content

Commit 8145fff

Browse files
fix
1 parent 762e8ab commit 8145fff

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,7 +1,7 @@
11
#test
22
FROM alpine:3.12.4
33

4-
RUN apk add --no-cache git~=2.31 bash openssh
4+
RUN apk add --no-cache git bash openssh
55

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

0 commit comments

Comments
 (0)