mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +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
|
||||
|
||||
FROM docker.io/node:14 as nodejs
|
||||
FROM docker.io/node:20 as nodejs
|
||||
|
||||
COPY --from=builder /opt/chandler /opt/chandler
|
||||
|
||||
|
|
Loading…
Reference in a new issue