chore(front): update nginx docker tag to v1.23.3

This commit is contained in:
Renovate Bot 2022-12-14 12:01:54 +00:00
parent c97d2eebdf
commit d6516e5085
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN yarn install
RUN yarn build:deployment 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 --from=builder /app/dist /usr/share/nginx/html
COPY docker/funkwhale.conf.template /etc/nginx/templates/default.conf.template COPY docker/funkwhale.conf.template /etc/nginx/templates/default.conf.template