2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-12-22 01:58:54 +00:00

Docker: actually let's use *lts*-alpine, for more futureproof-ness

This commit is contained in:
Ronan Jouchet 2022-07-24 12:26:22 -04:00
parent c725243152
commit 0de2463f2b

View File

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