From 83b91c7ce0c7c44d5b96f4be79caee7f02a301d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 20:30:36 +0000 Subject: [PATCH] chore(deps): update node.js to v20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 774bbe6..5fb7dbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node runtime as a parent image -FROM node:18.5.0-alpine +FROM node:20.2.0-alpine # Set the working directory to /app WORKDIR /app