Browse Source

fix CVE-2019-14697

warn report by quay.io :
https://quay.io/repository/coreos/flannel/manifest/sha256:6d451d92c921f14bfb38196aacb6e506d4593c5b3c9d40a8b8a2506010dc3e10?tab=vulnerabilities

this security issue is not present in 3.11 :
https://github.com/alpinelinux/docker-alpine/issues/34
Pascal Bourdier 4 years ago
parent
commit
38c583bc3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.amd64

+ 1 - 1
Dockerfile.amd64

@@ -1,4 +1,4 @@
-FROM alpine
+FROM alpine:3.11
 
 LABEL maintainer="Tom Denham <tom@tigera.io>"