upgrade electron to 25 and node to 18

This commit is contained in:
zadam
2023-05-04 21:01:25 +02:00
parent 9b32d86f78
commit c0cf319521
8 changed files with 67 additions and 663 deletions

View File

@@ -1,5 +1,5 @@
# !!! Don't try to build this Dockerfile directly, run it through bin/build-docker.sh script !!!
FROM node:16.19.1-alpine
FROM node:18.16.0-alpine
# Create app directory
WORKDIR /usr/src/app