File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# develop container
2- FROM node:14 as develop
2+ FROM node:16 as develop
33
44# build container
5- FROM node:14 as build
5+ FROM node:16 as build
66USER node
77
88COPY --chown=node:node . /app
@@ -13,7 +13,7 @@ RUN yarn install
1313RUN yarn gulp release
1414
1515# deploy container
16- FROM node:14 -slim as deploy
16+ FROM node:16 -slim as deploy
1717
1818USER node
1919
Original file line number Diff line number Diff line change 11# Docker image for the primary terria map application server
2- FROM node:14
2+ FROM node:16
33
44RUN mkdir -p /usr/src/app && mkdir -p /etc/config/client
55WORKDIR /usr/src/app/component
Original file line number Diff line number Diff line change 1717 "description" : " Geospatial catalog explorer based on TerriaJS." ,
1818 "license" : " Apache-2.0" ,
1919 "engines" : {
20- "node" : " >= 14 .0.0"
20+ "node" : " >= 16 .0.0"
2121 },
2222 "repository" : {
2323 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments