From 518ac3e3c9b4fc7e5f55d4ebaf0c218459cc12cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 01:18:10 +0000 Subject: [PATCH] chore(deps): update node.js to v22.3.0 --- images/node/22.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/node/22.Dockerfile b/images/node/22.Dockerfile index dc1498126..53bac96b3 100644 --- a/images/node/22.Dockerfile +++ b/images/node/22.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM node:22.2-alpine3.19 +FROM node:22.3-alpine3.19 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"