diff --git a/Dockerfile b/Dockerfile index 5236e288..9bc88b88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG SCOPE=console ################################################################### # Stage 0: base image # ################################################################### -FROM node:22-slim AS base +FROM node:23-slim AS base ENV GIT_SSL_NO_VERIFY=1 RUN apt-get update && apt-get install -y --no-install-recommends git tini