use node lts image for docker

This commit is contained in:
Fanch
2024-01-22 16:57:44 +01:00
parent 42e1c854b0
commit b38a260032
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