Merge pull request #5021 from mempool/dependabot/docker/docker/frontend/nginx-1.26.0-alpine

Bump nginx from 1.25.4-alpine to 1.26.0-alpine in /docker/frontend
This commit is contained in:
softsimon 2024-05-04 14:11:17 +07:00 committed by GitHub
commit 02f1b11ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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