From 3ce59ebf88732fb0eafe483a777f6f704a901acb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 23:14:47 +0000 Subject: [PATCH] Update Node.js to v20.6 --- 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 1a29beefc..4c4c6aab6 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.5-alpine3.18 +FROM node:20.6-alpine3.18 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"