Skip to content

Commit 1ab2a16

Browse files
author
mstanescu
committed
Revert to initial values
1 parent 43b6ede commit 1ab2a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2424
RUN bash build_scripts/run_tests.sh
2525
RUN bash build_scripts/build_package.sh
2626
RUN apk del --purge build
@@ -32,7 +32,7 @@ ARG TARGETPLATFORM
3232
ARG TERRAFORM_VERSION="0.12.31"
3333
ARG VAULT_VERSION="1.1.3"
3434
ARG 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"
3636
ARG HELM_VERSION="v3.16.3"
3737
ARG HELM_FILE_VERSION="1.1.8"
3838
ARG HELM_DIFF_VERSION="2.11.0%2B5"

0 commit comments

Comments
 (0)