From 38ce50db798893602a00bdaf4973ab54a74b8221 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 19:34:56 +0000 Subject: [PATCH] Update nginx Docker tag to v1.27 --- Dockerfile | 2 +- Dockerfile.spa | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f62edf..a23fe06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21 as base +FROM nginx:1.27 as base # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ARG TIME_ZONE diff --git a/Dockerfile.spa b/Dockerfile.spa index acbb79a..3e11013 100644 --- a/Dockerfile.spa +++ b/Dockerfile.spa @@ -1,4 +1,4 @@ -FROM nginx:1.21 as base +FROM nginx:1.27 as base # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ARG TIME_ZONE