mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Update our dev and CI docker to use NodeJS 16.20.1 (#6178)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM cypress/browsers:node14.17.0-chrome91-ff89
|
||||
FROM cypress/browsers:node16.18.0-chrome90-ff88
|
||||
|
||||
ENV APP /usr/src/app
|
||||
WORKDIR $APP
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:14.17 as frontend-builder
|
||||
FROM node:16.20.1 as frontend-builder
|
||||
|
||||
RUN npm install --global --force yarn@1.22.19
|
||||
|
||||
|
||||
Reference in New Issue
Block a user