Upgrade nginx to 1.30.1

This commit is contained in:
Felipe Knorr Kuhn 2026-05-22 01:09:05 +09:00
parent 22a92d1fbe
commit e0c84f4248
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -13,7 +13,7 @@ RUN npm install --omit=dev --omit=optional
RUN npm run build
FROM nginx:1.27.0-alpine
FROM nginx:1.30.1-alpine
WORKDIR /patch