diff --git a/front/Dockerfile b/front/Dockerfile index 13ce70f00..16a2e8264 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -12,7 +12,7 @@ RUN yarn install RUN yarn build:deployment -FROM nginx:1.23.1-alpine as final +FROM nginx:1.23.2-alpine as final COPY --from=builder /app/dist /usr/share/nginx/html COPY docker/funkwhale.conf.template /etc/nginx/templates/default.conf.template