From 405d5c3ce755735ab920ce526d5eda113b6588b6 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Wed, 10 Sep 2025 12:57:28 +0300 Subject: [PATCH] updated cli-v2 and debian versions for installer-image --- installer-image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer-image/Dockerfile b/installer-image/Dockerfile index 7487df21..e64e16a2 100644 --- a/installer-image/Dockerfile +++ b/installer-image/Dockerfile @@ -4,11 +4,11 @@ RUN go install github.com/davidrjonas/semver-cli@latest \ && cp $GOPATH/bin/semver-cli /usr/local/bin/ #bookworm-slim -FROM debian:12.11-slim +FROM debian:12.12-slim RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections -ARG CF_CLI_VERSION=v0.2.12 +ARG CF_CLI_VERSION=v0.2.13 ARG TARGETARCH RUN apt-get update && apt-get install curl jq -y