diff --git a/packages/core/testing/images/e2e-sandbox/Dockerfile b/packages/core/testing/images/e2e-sandbox/Dockerfile index eaf7498b..a51c841b 100755 --- a/packages/core/testing/images/e2e-sandbox/Dockerfile +++ b/packages/core/testing/images/e2e-sandbox/Dockerfile @@ -1,8 +1,9 @@ FROM ubuntu:22.04 -ARG KUBECTL_VERSION=1.32.0 -ARG TALOSCTL_VERSION=1.9.5 -ARG HELM_VERSION=3.16.4 +ARG KUBECTL_VERSION=1.33.2 +ARG TALOSCTL_VERSION=1.10.4 +ARG HELM_VERSION=3.18.3 +ARG COZYPKG_VERSION=1.1.0 ARG TARGETOS ARG TARGETARCH @@ -17,5 +18,4 @@ RUN curl -sSL "https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm RUN curl -sSL "https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_${TARGETOS}_${TARGETARCH}" -o /usr/local/bin/yq \ && chmod +x /usr/local/bin/yq RUN curl -sSL "https://fluxcd.io/install.sh" | bash -RUN curl -sSL "https://github.com/cozystack/cozypkg/raw/refs/heads/main/hack/install.sh" | sh -s -RUN curl -sSL "https://github.com/cozystack/cozypkg/raw/refs/heads/main/hack/install.sh" | sh -s -- -v 1.1.0 +RUN curl -sSL "https://github.com/cozystack/cozypkg/raw/refs/heads/main/hack/install.sh" | sh -s -- -v "${COZYPKG_VERSION}"