From bb3e93d976664067b6b8dd2cb8b0cc405e331733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 02:58:18 +0000 Subject: [PATCH] Bump node from 18-alpine to 20-alpine in /client Bumps node from 18-alpine to 20-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Dockerfile.standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile.standalone b/client/Dockerfile.standalone index b89f778e..24ffbf82 100644 --- a/client/Dockerfile.standalone +++ b/client/Dockerfile.standalone @@ -1,4 +1,4 @@ -FROM node:18-alpine AS base +FROM node:20-alpine AS base FROM base AS deps RUN apk add --no-cache libc6-compat