From 89925fa218af8db0ea03dff5cbc75d5fca64e324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:38:44 +0000 Subject: [PATCH] Bump node from 22.5.1-alpine to 22.6.0-alpine in /client Bumps node from 22.5.1-alpine to 22.6.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 09a0b843..4f325ab4 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.5.1-alpine AS base +FROM node:22.6.0-alpine AS base LABEL org.opencontainers.image.source=https://github.com/SquirrelCorporation/SquirrelServersManager LABEL org.opencontainers.image.description="SSM Client" LABEL org.opencontainers.image.licenses="GNU AFFERO GENERAL PUBLIC LICENSE"