diff --git a/Dockerfile b/Dockerfile index 1e374d92..b594d3fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY ./public/index.html /app/public RUN yarn build # Production Installer image -FROM nginx:1.25.2-bookworm +FROM nginx:1.27-bookworm WORKDIR /app