From dbe61876136e445ecb2c16299a79c1348b0fafc1 Mon Sep 17 00:00:00 2001 From: Martin Munro Date: Tue, 9 Jul 2024 10:49:26 -0700 Subject: [PATCH] Get the current security release of Node.js. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4330af54..6e2ed30e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 node:20.13.1-bookworm-slim +FROM --platform=linux/amd64 node:20.15.1-bookworm-slim ENV LANG C.UTF-8