From 10bbdb29c05d48b0444390c497f07bc33c1a4f3e Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Wed, 9 Apr 2025 21:02:08 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 020c45a..144e7fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG VERSION=1.21.2 FROM node:23-alpine +ARG VERSION=1.21.2 WORKDIR /opt/app