From 650be199683956a3ea0a34d4823d9db86d05fcbc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 May 2022 22:10:56 +0000 Subject: [PATCH] Update Node.js to v18.2 --- images/node/18.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/node/18.Dockerfile b/images/node/18.Dockerfile index abcde7798..647fa9776 100644 --- a/images/node/18.Dockerfile +++ b/images/node/18.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM node:18.1-alpine3.15 +FROM node:18.2-alpine3.15 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"