Update CLI version

This commit is contained in:
x032205
2025-07-04 01:32:55 -04:00
parent 2003f5b671
commit 456107fbf3
5 changed files with 18 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ RUN mkdir -p /etc/softhsm2/tokens && \
# Install Infisical CLI
RUN curl -1sLf 'https://artifacts-cli.infisical.com/setup.deb.sh' | bash && \
apt-get update && \
apt-get install -y infisical=0.41.2
apt-get install -y infisical=0.41.89
WORKDIR /app