File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM zolweb/docker-dev:1.2.1
1+ FROM zolweb/docker-dev:1.3.0
22
33RUN apt-get clean && apt-get update -qq && apt-get install -qqy --no-install-recommends \
44 build-essential \
@@ -10,7 +10,7 @@ RUN apt-get clean && apt-get update -qq && apt-get install -qqy --no-install-rec
1010 libreadline-dev \
1111 libbz2-dev
1212
13- ENV PYENV_GIT_TAG=v2.3.2
13+ ENV PYENV_GIT_TAG=v2.3.12
1414RUN curl https://pyenv.run | bash
1515ENV PATH="/root/.pyenv/bin:${PATH}"
1616
@@ -21,7 +21,7 @@ RUN python -m pip install virtualenv \
2121 && git clone https://github.com/aws/aws-elastic-beanstalk-cli-setup.git \
2222 && python ./aws-elastic-beanstalk-cli-setup/scripts/ebcli_installer.py
2323
24- COPY --from=amazon/aws-cli:2.7.12 /usr/local/aws-cli/ /usr/local/aws-cli/
24+ COPY --from=amazon/aws-cli:2.9.20 /usr/local/aws-cli/ /usr/local/aws-cli/
2525
2626ENV PATH="/root/.ebcli-virtual-env/executables:${PATH}"
2727ENV PATH="/usr/local/aws-cli/v2/current/bin/:${PATH}"
You can’t perform that action at this time.
0 commit comments