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
1 changed files with 1 additions and 1 deletions

View File

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