fix: move cli install to aws

This commit is contained in:
Daniel Hougaard
2025-05-12 18:47:02 +04:00
parent ee598560ec
commit a09d0e8948
5 changed files with 5 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# Install Infisical CLI
RUN curl -1sLf 'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.deb.sh' | bash \
RUN curl -1sLf 'https://artifacts-cli.infisical.com/setup.deb.sh' | bash \
&& apt-get update && apt-get install -y infisical=0.41.2 \
&& rm -rf /var/lib/apt/lists/*