From d6516e5085abaa11484cc8348b5b6457d8947cf9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Dec 2022 12:01:54 +0000 Subject: [PATCH] chore(front): update nginx docker tag to v1.23.3 --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index ec8a9a861..0a6d43dda 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -16,7 +16,7 @@ RUN yarn install RUN yarn build:deployment -FROM nginx:1.23.2-alpine as final +FROM nginx:1.23.3-alpine as final COPY --from=builder /app/dist /usr/share/nginx/html COPY docker/funkwhale.conf.template /etc/nginx/templates/default.conf.template