diff --git a/images/node/22.Dockerfile b/images/node/22.Dockerfile index 8c86c6fbc..3e5cac89d 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.5-alpine3.19 +FROM node:22.6-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"