diff --git a/client/Dockerfile b/client/Dockerfile index 0d0fd357..ddbb7193 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23.3.0-alpine AS base +FROM node:23.5.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"