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 /