From 38f3414323dbc14ff57cb2b8a6ce59dbcbeea9b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:30:29 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.1 --- services/ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ui/Dockerfile b/services/ui/Dockerfile index f340cba3..1570a90f 100644 --- a/services/ui/Dockerfile +++ b/services/ui/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.4 +FROM nginx:1.27.1 COPY build/ /usr/share/nginx/html/dist COPY nginx.conf /etc/nginx/nginx.conf COPY ./docker-entrypoint.sh /