Move node version to LTS

This commit is contained in:
Christopher Bisset 2022-12-16 18:04:48 +11:00
parent b3d93c09df
commit ebe5c13bad
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
FROM node:latest
FROM node:lts
# Arguments
ARG OPENVSCODE_VERSION="1.73.0"
ARG OPENVSCODE_VERSION="1.74.0"
# Volumes
VOLUME /data

View file

@ -3,7 +3,7 @@ ARG VERSION="master"
# Branch to check out
ARG CHECKOUT_BRANCH="master"
FROM node:current-alpine AS build
FROM node:lts-alpine AS build
#environment variables
ENV PROJECT_NAME="headscale-ui"