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

@@ -55,7 +55,7 @@ RUN mkdir -p /etc/softhsm2/tokens && \
# ? App setup
# 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