File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Setup build arguments
2- ARG AWS_CLI_VERSION=1.25.50
3- ARG TERRAFORM_VERSION=1.3.1
2+ ARG AWS_CLI_VERSION
3+ ARG TERRAFORM_VERSION
44ARG PYTHON_MAJOR_VERSION=3.9
5- ARG DEBIAN_VERSION=bullseye-20220801 -slim
5+ ARG DEBIAN_VERSION=bullseye-20230109 -slim
66ARG DEBIAN_FRONTEND=noninteractive
77
88# Download Terraform binary
@@ -31,7 +31,7 @@ ARG PYTHON_MAJOR_VERSION
3131RUN apt-get update
3232RUN apt-get install -y --no-install-recommends python3=${PYTHON_MAJOR_VERSION}.2-3
3333RUN apt-get install -y --no-install-recommends python3-pip=20.3.4-4+deb11u1
34- RUN pip3 install --no-cache-dir setuptools==64.0.1
34+ RUN pip3 install --no-cache-dir setuptools==67.1.0
3535RUN pip3 install --no-cache-dir awscli==${AWS_CLI_VERSION}
3636
3737# Build final image
You can’t perform that action at this time.
0 commit comments