build(docker): bump nginx from 1.19.5-alpine to 1.19.6-alpine
Bumps nginx from 1.19.5-alpine to 1.19.6-alpine. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
12d95cb985
commit
1835223acb
|
@ -14,5 +14,5 @@ ARG VERSION
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# production environment
|
# production environment
|
||||||
FROM nginx:1.19.5-alpine as production-stage
|
FROM nginx:1.19.6-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
|
||||||
|
|
Loading…
Reference in New Issue