From 075e6fb37007d35a346d382d46f1930a199a751b Mon Sep 17 00:00:00 2001 From: "hywax-assistant[bot]" <157903375+hywax-assistant[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 09:58:19 +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 ff7a2b0..1eea36c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine as build +FROM node:20-alpine as build WORKDIR /app