diff --git a/Dockerfile b/Dockerfile index 8ec41c5..f44eb86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ RUN yarn COPY ./ ./ RUN yarn build -FROM fholzer/nginx-brotli:v1.19.1 +FROM registry.odit.services/testing/nginx-brotli:3.13 COPY --from=0 /app/build /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/nginx.conf \ No newline at end of file