From caf15606eb188be3d2b663ad6135219049a3a750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 05:56:24 +0000 Subject: [PATCH] Update node Docker tag to v20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7915591..0a64d53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.14.1-alpine +FROM node:20.17.0-alpine WORKDIR /app RUN apk update && apk upgrade && apk add --no-cache bash git curl COPY package.json .