From 6842e2d3cc468d1b9c4523349e8eec808338539b Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Mon, 25 Mar 2024 13:44:56 +0100 Subject: [PATCH] build(docker): update psscript analyzer to 1.22.0 (#5428) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cad527c..ab12e69b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -468,7 +468,7 @@ COPY --from=powershell-installer /tmp/PS_INSTALL_FOLDER /tmp/PS_INSTALL_FOLDER COPY --from=powershell /opt/microsoft/powershell /opt/microsoft/powershell # Disable Powershell telemetry ENV POWERSHELL_TELEMETRY_OPTOUT=1 -ARG PSSA_VERSION='1.21.0' +ARG PSSA_VERSION='1.22.0' RUN PS_INSTALL_FOLDER="$(cat /tmp/PS_INSTALL_FOLDER)" \ && echo "PS_INSTALL_FOLDER: ${PS_INSTALL_FOLDER}" \ && ln -s "${PS_INSTALL_FOLDER}/pwsh" /usr/bin/pwsh \