Skip to content

Commit cb01254

Browse files
committed
Frontend to node 14
Signed-off-by: Martin Vala <mavala@redhat.com>
1 parent dac5889 commit cb01254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir -p ${APP_ROOT}/server/data/community-operators \
2020
&& git clone --depth 1 -b $OPERATORS_BRANCH $OPERATORS_REPO
2121

2222
# build frontend dist files
23-
FROM node:16.15.1-alpine as alpine_frontend_builder
23+
FROM node:14.8.0-alpine as alpine_frontend_builder
2424

2525
ENV APP_ROOT=/app
2626

@@ -33,7 +33,7 @@ COPY frontend/ ${APP_ROOT}/frontend
3333
RUN cd ${APP_ROOT}/frontend; npm install \
3434
&& npm run-script build
3535

36-
FROM node:16.15.1-buster-slim
36+
FROM node:14.8.0-buster-slim
3737
#FROM node:10.19.0-alpine
3838

3939
ENV APP_ROOT=/app

0 commit comments

Comments
 (0)