From 99b390b869954efac2614dc5a39efaea35cf87f7 Mon Sep 17 00:00:00 2001 From: amorozov Date: Fri, 8 Sep 2023 01:40:49 +0300 Subject: [PATCH] feature: updated base nginx version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6bf8c1..d38d1f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE="nginx:alpine" +ARG BASE_IMAGE="nginx:1.15-alpine" FROM ${BASE_IMAGE}