Switch node Docker image to long term support.

This commit is contained in:
Maciej Prill 2023-01-12 18:17:50 +01:00
parent e013d99f0c
commit 9158c5030f

View File

@ -1,5 +1,5 @@
# pull official base image
FROM node:13.12.0-alpine
FROM node:lts
# set working directory
WORKDIR /app