From 902c8a3884a4846039cc74b51fc781fab113a272 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Dec 2021 13:01:09 +0000 Subject: [PATCH] Update nginx Docker tag to v1.21.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13dcc8d..252c28d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN yarn run build # =====Packaging inside an Nginx container===== -FROM nginx:1.21.4-alpine +FROM nginx:1.21.5-alpine # Copy over the Nginx config files COPY nginx/nginx.conf /etc/nginx/nginx.conf