chore(ente): use latest nginx version
All checks were successful
Image builds / build-argo-cd-image (push) Successful in 12s
Image builds / build-ente-images (push) Successful in 22s
Image builds / build_images (renovate) (push) Successful in 13s

This commit is contained in:
Peter 2024-05-15 18:08:37 +02:00
parent a69a38a3a2
commit 7a124ea47d
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -18,7 +18,7 @@ RUN yarn install && \
yarn build
FROM nginx:1.25-alpine-slim
FROM nginx:1.26-alpine-slim
COPY --from=ente-builder /app/web/apps/photos/out /usr/share/nginx/html
COPY <<EOF /etc/nginx/conf.d/default.conf
server {