mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
Use lts version of node instead of latest
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:slim
|
||||
FROM node:lts-slim
|
||||
WORKDIR /opt/app/
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
|
||||
Reference in New Issue
Block a user