Docker: upgrade base node-alpine img from 12 to 18

Node 12 makes PlayWright complain,
https://github.com/nativefier/nativefier/runs/7489079540?check_suite_focus=true
This commit is contained in:
Ronan Jouchet 2022-07-24 12:25:09 -04:00
parent 73bc316c99
commit c725243152
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:18-alpine
LABEL description="Alpine image to build Nativefier apps"