From 0ed45740808456db014e70eba4c332eaf9d6c05c Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 25 Oct 2023 11:06:09 +0200 Subject: [PATCH 1/2] Use NodeJS 20 --- Dockerfile-slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-slim b/Dockerfile-slim index 7e62bee50a..34ab5e6b2d 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -1,4 +1,4 @@ -FROM node:18.12.1-bullseye-slim +FROM node:20.9.0-bullseye-slim ARG TARGETPLATFORM=linux/amd64 From f1e9c36125eba7cc3325997c12c2ea88416db039 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 25 Oct 2023 11:11:14 +0200 Subject: [PATCH 2/2] correct version --- Dockerfile-slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-slim b/Dockerfile-slim index 34ab5e6b2d..d5985ad8d7 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -1,4 +1,4 @@ -FROM node:20.9.0-bullseye-slim +FROM node:20.8.1-bullseye-slim ARG TARGETPLATFORM=linux/amd64