File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN pip --no-cache-dir install virtualenv \
2020 && python -m pip install --upgrade pip \
2121 && env CRYPTOGRAPHY_DONT_BUILD_RUST=1 pip install azure-cli==${AZURE_CLI_VERSION} \
2222 && deactivate
23- # RUN bash build_scripts/freeze_requirements.sh # Skip - requirements.txt already frozen
23+ RUN bash build_scripts/freeze_requirements.sh
2424RUN bash build_scripts/run_tests.sh
2525RUN bash build_scripts/build_package.sh
2626RUN apk del --purge build
@@ -32,7 +32,7 @@ ARG TARGETPLATFORM
3232ARG TERRAFORM_VERSION="0.12.31"
3333ARG VAULT_VERSION="1.1.3"
3434ARG KUBECTL_VERSION="v1.17.0"
35- ARG AWS_IAM_AUTHENTICATOR_VERSION="1.10.11/2018-12-06 "
35+ ARG AWS_IAM_AUTHENTICATOR_VERSION="1.13.7/2019-06-11 "
3636ARG HELM_VERSION="v3.16.3"
3737ARG HELM_FILE_VERSION="1.1.8"
3838ARG HELM_DIFF_VERSION="2.11.0%2B5"
You can’t perform that action at this time.
0 commit comments