From 363c980e768a1bab49a842f9a7350027bb08875d Mon Sep 17 00:00:00 2001 From: Ali Hussain Date: Sat, 19 Aug 2017 20:00:26 -0500 Subject: [PATCH] Add an old tag to nginx Specify tag of an old nginx image. esigned to trigger CVEs for Anchore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17b0ac9..8099b28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx +FROM nginx:1.9.7 COPY index.html /usr/share/nginx/html/ COPY mysite.template /etc/nginx/conf.d/ # Add a dummy test path to simplify local testing