2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-07 23:10:48 +00:00

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

View File

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