use node lts image for docker

This commit is contained in:
Fanch
2024-01-22 16:57:44 +01:00
parent 319cc7b7a7
commit 6fa8594fa6
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# BUILD FOR CI TESTING
###################
FROM docker.io/node:18-alpine3.16
FROM docker.io/node:lts-hydrogen
# Create app directory
WORKDIR /usr/src/app