fix: update gitleaks/go-diff to latest version

This commit is contained in:
Daniel Hougaard
2025-05-09 04:40:09 +04:00
parent 394bd6755f
commit 5408859a18
8 changed files with 14 additions and 8 deletions

View File

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