build(docker): use node:20 image when building

This commit is contained in:
Alexander Minkin 2024-11-03 17:34:05 +03:00
parent cdf1a53e03
commit 666cadc429
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -27,7 +27,7 @@ ADD composer.* .
RUN composer install RUN composer install
FROM docker.io/node:14 as nodejs FROM docker.io/node:20 as nodejs
COPY --from=builder /opt/chandler /opt/chandler COPY --from=builder /opt/chandler /opt/chandler