Skip to content

Commit 9f06ba2

Browse files
author
Daniel Holbach
committed
Update alpine and git version
fixes following issues: - CVE-2020-5260 (git) - CVE-2020-12243 (openldap) - CVE-2020-1967 (openssl) - CVE-2020-11655 (sqlite)
1 parent f42a15e commit 9f06ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.flux

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM alpine:3.11
1+
FROM alpine:3.12
22

33
WORKDIR /home/flux
44

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
5+
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
66
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing git-secret
77

88
# Add git hosts to known hosts file so we can use

0 commit comments

Comments
 (0)