From b07fd06ce4e981fdaf84eec99beff2357514a6b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:03:32 +0000 Subject: [PATCH] chore(deps): bump alwatr/node from 22.15.1 to 24.11.0 in /packages/api Bumps [alwatr/node](https://github.com/Alwatr/containers) from 22.15.1 to 24.11.0. - [Commits](https://github.com/Alwatr/containers/commits) --- updated-dependencies: - dependency-name: alwatr/node dependency-version: 24.11.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/api/Dockerfile b/packages/api/Dockerfile index f1a4b17..4b3e195 100644 --- a/packages/api/Dockerfile +++ b/packages/api/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/node:22.15.1 AS builder +FROM ghcr.io/alwatr/node:24.11.0 AS builder RUN set -ex; \ apk add --no-cache git; \ @@ -19,7 +19,7 @@ RUN set -eux; \ # --- -FROM ghcr.io/alwatr/node:22.15.1 +FROM ghcr.io/alwatr/node:24.11.0 LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/node:22.15.1" RUN apk add --no-cache curl