We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac5889 commit cb01254Copy full SHA for cb01254
travis.Dockerfile
@@ -20,7 +20,7 @@ RUN mkdir -p ${APP_ROOT}/server/data/community-operators \
20
&& git clone --depth 1 -b $OPERATORS_BRANCH $OPERATORS_REPO
21
22
# build frontend dist files
23
-FROM node:16.15.1-alpine as alpine_frontend_builder
+FROM node:14.8.0-alpine as alpine_frontend_builder
24
25
ENV APP_ROOT=/app
26
@@ -33,7 +33,7 @@ COPY frontend/ ${APP_ROOT}/frontend
33
RUN cd ${APP_ROOT}/frontend; npm install \
34
&& npm run-script build
35
36
-FROM node:16.15.1-buster-slim
+FROM node:14.8.0-buster-slim
37
#FROM node:10.19.0-alpine
38
39
0 commit comments