Merge pull request #1254 from synclounge/dependabot/docker/nginx-1.23.3-alpine
This commit is contained in:
commit
d35cd62d76
|
@ -14,5 +14,5 @@ ARG VERSION
|
|||
RUN npm run build
|
||||
|
||||
# production environment
|
||||
FROM nginx:1.23.2-alpine as production-stage
|
||||
FROM nginx:1.23.3-alpine as production-stage
|
||||
COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html
|
||||
|
|
Loading…
Reference in New Issue