From 18b878237ec3c5c64487ae3700c9ad0934e72a44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:38:50 +0000 Subject: [PATCH] chore(deps): update node.js to v20.15.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b63c25..1893fd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node runtime as a parent image -FROM node:20.12.2-alpine +FROM node:20.15.1-alpine # Set the working directory to /app WORKDIR /app