From 163ad76dd8b08cbe26ae6cd3782fff31cbad59d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:32:59 +0000 Subject: [PATCH] build(deps): bump node from 20.0-slim to 20.5-slim in /deploy/docker Bumps node from 20.0-slim to 20.5-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/Dockerfile b/deploy/docker/Dockerfile index 08371876..dcf68567 100644 --- a/deploy/docker/Dockerfile +++ b/deploy/docker/Dockerfile @@ -111,7 +111,7 @@ CMD [ "/bin/sh", "/lowcoder/node-service/entrypoint.sh" ] ## ## Build lowcoder client application ## -FROM node:20.0-slim AS build-client +FROM node:20.5-slim AS build-client COPY ./client /lowcoder-client WORKDIR /lowcoder-client RUN yarn --immutable