From ae3e17a5cb9f33b1be109eb0fb71dfdc710c1518 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Apr 2023 03:02:06 +0000 Subject: [PATCH] chore(front): update nginx docker tag to v1.23.4 --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index 6cee6678c..be6842a2e 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -16,7 +16,7 @@ RUN yarn install RUN yarn build:deployment -FROM nginx:1.23.3-alpine as final +FROM nginx:1.23.4-alpine as final COPY --from=builder /app/dist /usr/share/nginx/html COPY docker/funkwhale.conf.template /etc/nginx/templates/default.conf.template