We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1c84b commit 0d03971Copy full SHA for 0d03971
Dockerfile
@@ -3,7 +3,7 @@ RUN pip install --no-cache-dir --no-cache virtualenv
3
WORKDIR /awsebcli
4
RUN virtualenv --python=$(which python3) /opt/env
5
ENV PATH="/opt/env/bin:$PATH"
6
-RUN pip install --no-cache-dir --no-cache awsebcli==3.20.10
+RUN pip install --no-cache-dir --no-cache awsebcli==3.21
7
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
8
&& unzip awscliv2.zip \
9
&&./aws/install --bin-dir /aws-cli-bin/
@@ -22,4 +22,4 @@ RUN apt-get update \
22
&& rm -rf /var/lib/apt/lists/*
23
24
ENV PYTHONUNBUFFERED=1
25
-ENTRYPOINT [ "eb" ]
+ENTRYPOINT [ "eb" ]
0 commit comments