From 0bd6d543bf60b7a333b96d5d319269d4bf50db96 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 30 Jan 2023 18:18:26 +0100 Subject: [PATCH] update nginx base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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