diff --git a/Dockerfile b/Dockerfile index da9f718..f0dfd4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,8 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH" RUN curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key -o Release.key # Set the architecture-specific kube lineage URLs -ARG ARM_URL=https://github.com/Avi-Robusta/kube-lineage/releases/download/v2.0.1/kube-lineage-macos-latest-v2.0.1 -ARG AMD_URL=https://github.com/Avi-Robusta/kube-lineage/releases/download/v2.0.1/kube-lineage-ubuntu-latest-v2.0.1 +ARG ARM_URL=https://github.com/Avi-Robusta/kube-lineage/releases/download/v2.1/kube-lineage-macos-latest-v2.1 +ARG AMD_URL=https://github.com/Avi-Robusta/kube-lineage/releases/download/v2.1/kube-lineage-ubuntu-latest-v2.1 # Define a build argument to identify the platform ARG TARGETPLATFORM # Conditional download based on the platform diff --git a/Dockerfile.dev b/Dockerfile.dev index 1db3e91..751cd37 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -39,8 +39,8 @@ RUN mkdir -p /usr/local/gcloud \ && /usr/local/gcloud/google-cloud-sdk/install.sh # Set the architecture-specific kube lineage URLs -ARG ARM_URL=https://github.com/Avi-Robusta/kube-lineage/releases/download/v2.0.1/kube-lineage-macos-latest-v2.0.1 -ARG AMD_URL=https://github.com/Avi-Robusta/kube-lineage/releases/download/v2.0.1/kube-lineage-ubuntu-latest-v2.0.1 +ARG ARM_URL=https://github.com/Avi-Robusta/kube-lineage/releases/download/v2.1/kube-lineage-macos-latest-v2.1 +ARG AMD_URL=https://github.com/Avi-Robusta/kube-lineage/releases/download/v2.1/kube-lineage-ubuntu-latest-v2.1 # Define a build argument to identify the platform ARG TARGETPLATFORM # Conditional download based on the platform