Update nginx Docker tag to v1.23.2

This commit is contained in:
Renovate Bot 2022-10-27 22:32:34 +00:00
parent 3c2ccbf79c
commit 69d217317b
1 changed files with 1 additions and 1 deletions

View File

@ -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