diff --git a/Dockerfile b/Dockerfile index 01c5ae9..ad8eec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ RUN yarn RUN yarn build RUN yarn postbuild # final image -FROM fholzer/nginx-brotli:v1.19.1 +FROM registry.odit.services/library/nginx-brotli:3.15 COPY --from=0 /app/dist /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/nginx.conf \ No newline at end of file