build(docker): bump nginx from 1.21.6-alpine to 1.23.1-alpine
Bumps nginx from 1.21.6-alpine to 1.23.1-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:
parent
731712b58e
commit
28db4a5333
|
@ -14,5 +14,5 @@ ARG VERSION
|
|||
RUN npm run build
|
||||
|
||||
# production environment
|
||||
FROM nginx:1.21.6-alpine as production-stage
|
||||
FROM nginx:1.23.1-alpine as production-stage
|
||||
COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html
|
||||
|
|
Loading…
Reference in New Issue