From 19e08bc52cc6a9c73e4b2d42d612d3ea7401f108 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 21 Aug 2021 17:04:45 +0200 Subject: [PATCH] Switched to our own brotli nginx build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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