diff --git a/Dockerfile b/Dockerfile index 1e374d92..156d4b9c 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.26.2-bookworm WORKDIR /app