mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
build(docker): use node:20 image when building
This commit is contained in:
parent
cdf1a53e03
commit
666cadc429
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue