Bump nginx from 1.26.0-alpine to 1.27.0-alpine in /docker/frontend

Bumps nginx from 1.26.0-alpine to 1.27.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-03 02:52:57 +00:00 committed by GitHub
parent a0d3afb4d2
commit 5575798cb6
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.26.0-alpine
FROM nginx:1.27.0-alpine
WORKDIR /patch