Skip to content

Commit 0404880

Browse files
author
bgauduch
committed
update dependencies version in Dockerfile, remove default argument values
1 parent 0938f3b commit 0404880

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
44
ARG PYTHON_MAJOR_VERSION=3.9
5-
ARG DEBIAN_VERSION=bullseye-20220801-slim
5+
ARG DEBIAN_VERSION=bullseye-20230109-slim
66
ARG DEBIAN_FRONTEND=noninteractive
77

88
# Download Terraform binary
@@ -31,7 +31,7 @@ ARG PYTHON_MAJOR_VERSION
3131
RUN apt-get update
3232
RUN apt-get install -y --no-install-recommends python3=${PYTHON_MAJOR_VERSION}.2-3
3333
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
3535
RUN pip3 install --no-cache-dir awscli==${AWS_CLI_VERSION}
3636

3737
# Build final image

0 commit comments

Comments
 (0)