From a13af7e31aa4cd36457a90a7d75878b6d39ba73b Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Wed, 8 Jan 2025 12:20:05 -0500 Subject: [PATCH] fix: oh, right; there's two of them --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c722fc80..7e7730fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN npm cache clean --force && \ RUN cd src/gui && npm run build && cd - # Production stage -FROM node:21-alpine +FROM node:22-alpine # Set labels LABEL repo="https://github.com/HeyPuter/puter"