From f0857ae5fd487e35b4597a0135326cb74c6a5dbc Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 1 Jul 2022 08:08:15 +0000 Subject: [PATCH] Update dependency nginx to v1.23.0 (develop) --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index a97b3f08e..84dabb025 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -9,7 +9,7 @@ COPY vite.config.js index.html embed.html /app/ RUN yarn install RUN yarn build:deployment -FROM nginx:1.21.6-alpine as final +FROM nginx:1.23.0-alpine as final COPY --from=builder /app/dist /usr/share/nginx/html COPY docker/funkwhale.template /etc/nginx/conf.d/funkwhale.template COPY docker/funkwhale_proxy.conf /etc/nginx/funkwhale_proxy.conf