diff --git a/Dockerfile b/Dockerfile index 872f85c55..56b5b2763 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.20-alpine3.24 +FROM node:24.21-alpine3.24 ARG TARGETPLATFORM RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \ && apk --update add --no-cache \ diff --git a/Dockerfile-debian b/Dockerfile-debian index 8b2f6612d..b9aa17e94 100644 --- a/Dockerfile-debian +++ b/Dockerfile-debian @@ -1,4 +1,4 @@ -FROM node:24.20-trixie-slim +FROM node:24.21-trixie-slim ARG TARGETPLATFORM RUN apt update \ && apt -y install \ diff --git a/Dockerfile-debian-rootless b/Dockerfile-debian-rootless index b948087d7..3025a6205 100644 --- a/Dockerfile-debian-rootless +++ b/Dockerfile-debian-rootless @@ -1,4 +1,4 @@ -FROM node:24.20-trixie-slim +FROM node:24.21-trixie-slim ARG TARGETPLATFORM RUN apt update \ && apt -y install \ diff --git a/Dockerfile-rootless b/Dockerfile-rootless index 73f6022a0..0aa4aa36d 100644 --- a/Dockerfile-rootless +++ b/Dockerfile-rootless @@ -1,4 +1,4 @@ -FROM node:24.20-alpine3.24 +FROM node:24.21-alpine3.24 ARG TARGETPLATFORM RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \ && apk --update add --no-cache \ diff --git a/package.json b/package.json index 91b2f2a77..099ab0af6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "1.2.7", + "version": "1.2.8", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,