diff --git a/assist/Dockerfile b/assist/Dockerfile index 102f65cb6..db367e521 100644 --- a/assist/Dockerfile +++ b/assist/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine +FROM node:23-alpine LABEL Maintainer="KRAIEM Taha Yassine" RUN apk add --no-cache tini diff --git a/peers/Dockerfile b/peers/Dockerfile index da40b5ce7..5a5ad9ef8 100644 --- a/peers/Dockerfile +++ b/peers/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine +FROM node:23-alpine LABEL Maintainer="KRAIEM Taha Yassine" ARG GIT_SHA LABEL GIT_SHA=$GIT_SHA