chore(ente): use latest nginx version
This commit is contained in:
parent
a69a38a3a2
commit
7a124ea47d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue