diff --git a/Dockerfile b/Dockerfile index e979cd4c2..3b58e5594 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY ./ /app RUN yarn RUN yarn build -FROM nginx:1.15.3 +FROM nginx:1.25.4 RUN apt-get update && apt-get install gzip