From e1ab6b95cb589b337d233b8b8d4a5c60bf452749 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:38:44 +0000 Subject: [PATCH] chore(deps): update node.js to v20.18.0 --- images/node/20.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/node/20.Dockerfile b/images/node/20.Dockerfile index 71c25b4ea..2df8cbcfa 100644 --- a/images/node/20.Dockerfile +++ b/images/node/20.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM node:20.17-alpine3.20 +FROM node:20.18-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION