From 45829c47cc18683c8dd99cd508d0a0cc5a86239a Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sun, 3 Dec 2023 10:07:56 +0900 Subject: [PATCH] Manually update to node:20.10.0-bookworm-slim See https://github.com/dependabot/dependabot-core/issues/2247 for why this is necessary. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a512db..a2ec3a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.9.0-bookworm-slim +FROM node:20.10.0-bookworm-slim RUN apt-get update && \ apt-get install --yes --no-install-recommends \ ca-certificates curl p7zip-full python3 python3-pip pipx && \