From 1832a9f5783abfd432f895cfc1dc16ced1ff9d01 Mon Sep 17 00:00:00 2001 From: adamus1red Date: Tue, 28 Jul 2020 18:12:27 +0100 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8320d2b..247a2db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.1 +FROM library/nginx:1.19.1 LABEL maintainer="Jason Wilder mail@jasonwilder.com" # Install wget and install/updates certificates From b55d60bbb22033f99eebc08b943afb7b141a5b47 Mon Sep 17 00:00:00 2001 From: adamus1red Date: Tue, 28 Jul 2020 18:12:58 +0100 Subject: [PATCH 2/2] Update Dockerfile.alpine --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index a8b2777..7e0358e 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM nginx:1.19.1-alpine +FROM library/nginx:1.19.1-alpine LABEL maintainer="Jason Wilder mail@jasonwilder.com" # Install wget and install/updates certificates