From a26cb1b14eff2fc8af1da45cfbeaaa38f5593958 Mon Sep 17 00:00:00 2001 From: Anjar Fiandrianto Date: Mon, 11 Mar 2024 15:13:26 +0700 Subject: [PATCH] [#5325] Upgrade Node for dbdocs build --- .semaphore/semaphore.yml | 1 - Dockerfile-dbdocs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index fee5c5549b..9847c1df7b 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -53,5 +53,4 @@ blocks: - popd on_fail: commands: - - artifact push job rsr.dbml - ./ci/on-fail-semaphoreci.sh diff --git a/Dockerfile-dbdocs b/Dockerfile-dbdocs index 87653eb79e..a362d676b7 100644 --- a/Dockerfile-dbdocs +++ b/Dockerfile-dbdocs @@ -1,5 +1,5 @@ # Use an official Node.js image as the base image -FROM node:14 +FROM node:16 # Set the working directory in the container WORKDIR /app