We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42a15e commit 9f06ba2Copy full SHA for 9f06ba2
docker/Dockerfile.flux
@@ -1,8 +1,8 @@
1
-FROM alpine:3.11
+FROM alpine:3.12
2
3
WORKDIR /home/flux
4
5
-RUN apk add --no-cache openssh-client ca-certificates tini 'git>=2.12.0' 'gnutls>=3.6.7' 'glib>=2.62.5-r0' gnupg gawk socat
+RUN apk add --no-cache openssh-client ca-certificates tini 'git>=2.24.2' 'gnutls>=3.6.7' 'glib>=2.62.5-r0' gnupg gawk socat
6
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing git-secret
7
8
# Add git hosts to known hosts file so we can use
0 commit comments