From 322c1335b85591454abe8a6ac2aae87c1cf74506 Mon Sep 17 00:00:00 2001 From: "be_loving@163.com" <> Date: Wed, 1 Jan 2025 21:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E4=B8=BA=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E7=9A=8416?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- superset-websocket/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-websocket/Dockerfile b/superset-websocket/Dockerfile index d53fa2df7..ac6e4a299 100644 --- a/superset-websocket/Dockerfile +++ b/superset-websocket/Dockerfile @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM node:20-alpine AS build +FROM node:16-alpine AS build WORKDIR /home/superset-websocket @@ -22,7 +22,7 @@ RUN npm ci && \ npm run build -FROM node:20-alpine +FROM node:16-alpine ENV NODE_ENV=production WORKDIR /home/superset-websocket