diff --git a/Dockerfile b/Dockerfile index 1e374d92..cde05b10 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:stable-bookworm WORKDIR /app