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 13f45e0 commit 1c29822Copy full SHA for 1c29822
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM alpine:3.7
+FROM alpine:3.10.3
2
3
-RUN apk add --no-cache git bash
+RUN apk add --no-cache git=2.22.2-r0 bash
4
5
# install git-lfs
6
RUN apk add --no-cache --virtual deps openssl && \
0 commit comments