We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e7b4c commit 8c57755Copy full SHA for 8c57755
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.12.4
2
3
-RUN apk add --no-cache git bash openssh
+RUN apk add --no-cache git=~2.26.3 bash openssh
4
5
# install git-lfs
6
RUN apk add --no-cache --virtual deps openssl && \
0 commit comments