From 2eb86b84d1291acd0a56c0a158d25aa54d81b989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 08:27:33 +0000 Subject: [PATCH] chore(deps): update node.js to v20.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf3677a..19191d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node runtime as a parent image -FROM node:20.2.0-alpine +FROM node:20.3.0-alpine # Set the working directory to /app WORKDIR /app