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 1
1
# 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
4
4
ARG PYTHON_MAJOR_VERSION=3.9
5
- ARG DEBIAN_VERSION=bullseye-20220801 -slim
5
+ ARG DEBIAN_VERSION=bullseye-20230109 -slim
6
6
ARG DEBIAN_FRONTEND=noninteractive
7
7
8
8
# Download Terraform binary
@@ -31,7 +31,7 @@ ARG PYTHON_MAJOR_VERSION
31
31
RUN apt-get update
32
32
RUN apt-get install -y --no-install-recommends python3=${PYTHON_MAJOR_VERSION}.2-3
33
33
RUN 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
35
35
RUN pip3 install --no-cache-dir awscli==${AWS_CLI_VERSION}
36
36
37
37
# Build final image
You can’t perform that action at this time.
0 commit comments