From a7abea8ed69833db7c5670aaeb11037c764cc287 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:21:44 +0000 Subject: [PATCH] chore(deps): update node.js to v22.1.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 72450d26b..de1ceed4a 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.0-alpine3.19 +FROM node:22.1-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"