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 \