Skip to content

Commit 0d03971

Browse files
authored
Bump to 3.21
1 parent 2f1c84b commit 0d03971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN pip install --no-cache-dir --no-cache virtualenv
33
WORKDIR /awsebcli
44
RUN virtualenv --python=$(which python3) /opt/env
55
ENV PATH="/opt/env/bin:$PATH"
6-
RUN pip install --no-cache-dir --no-cache awsebcli==3.20.10
6+
RUN pip install --no-cache-dir --no-cache awsebcli==3.21
77
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
88
&& unzip awscliv2.zip \
99
&&./aws/install --bin-dir /aws-cli-bin/
@@ -22,4 +22,4 @@ RUN apt-get update \
2222
&& rm -rf /var/lib/apt/lists/*
2323

2424
ENV PYTHONUNBUFFERED=1
25-
ENTRYPOINT [ "eb" ]
25+
ENTRYPOINT [ "eb" ]

0 commit comments

Comments
 (0)