From 84f6026643a361bfaeca83565461e3ca221d7710 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 08:26:03 +0000 Subject: [PATCH] Update Node.js to v18.19.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7915591..9c18f2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.14.1-alpine +FROM node:18.19.1-alpine WORKDIR /app RUN apk update && apk upgrade && apk add --no-cache bash git curl COPY package.json .