build(docker): bump nginx from 1.21.4-alpine to 1.21.5-alpine

Bumps nginx from 1.21.4-alpine to 1.21.5-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-30 11:03:37 +00:00 committed by GitHub
parent 0e157547a7
commit 8412d68259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ ARG VERSION
RUN npm run build RUN npm run build
# production environment # production environment
FROM nginx:1.21.4-alpine as production-stage FROM nginx:1.21.5-alpine as production-stage
COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html