From 03ee2eb49ae69bb77f2c6c3c144d6113d6c5124c Mon Sep 17 00:00:00 2001 From: _Bastler <_Bastler@bstly.de> Date: Sat, 26 Feb 2022 11:27:47 +0100 Subject: [PATCH] update dockerfile --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index ec8635e9..299f9260 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -18,7 +18,7 @@ COPY --from=messages /usr/src/JsonMessages src/Messages/JsonMessages RUN yarn run typesafe-i18n && yarn run build-iframe-api && yarn build # final production image -FROM nginx:1.21.6-alpine +FROM nginx:mainline-alpine COPY front/nginx.conf /etc/nginx/conf.d/default.conf COPY front/templater.sh /