FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update poetry to 1.0.9 on python build images · rayfinite/docker-lambda@74bc9c4 · GitHub

Commit 74bc9c4

Browse files
committed
Update poetry to 1.0.9 on python build images
1 parent ca4c772 commit 74bc9c4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎python2.7/build/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN rm -rf /var/runtime /var/lang && \
88
# Add these as a separate layer as they get updated frequently
99
RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
1010
pip install -U 'virtualenv>=16.0.0,<20.0.0' pipenv wheel --no-cache-dir && \
11-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.8/get-poetry.py | POETRY_VERSION=1.0.8 python && \
11+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.9/get-poetry.py | POETRY_VERSION=1.0.9 python && \
1212
pip install -U awscli boto3 aws-sam-cli==0.22.0 aws-lambda-builders==0.4.0 --no-cache-dir
1313

1414
ENV PATH=/root/.poetry/bin:$PATH

‎python3.6/build/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN rm -rf /var/runtime /var/lang && \
1919
# Add these as a separate layer as they get updated frequently
2020
RUN pip install -U pip setuptools wheel --no-cache-dir && \
2121
pip install -U virtualenv pipenv --no-cache-dir && \
22-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.8/get-poetry.py | POETRY_VERSION=1.0.8 python3 && \
22+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.9/get-poetry.py | POETRY_VERSION=1.0.9 python3 && \
2323
pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.52.0 awscli boto3 --no-cache-dir
2424

2525
ENV PATH=/root/.poetry/bin:$PATH

‎python3.7/build/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
1111
# Add these as a separate layer as they get updated frequently
1212
RUN pip install -U pip setuptools wheel --no-cache-dir && \
1313
pip install -U virtualenv pipenv --no-cache-dir && \
14-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.8/get-poetry.py | POETRY_VERSION=1.0.8 python3 && \
14+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.9/get-poetry.py | POETRY_VERSION=1.0.9 python3 && \
1515
pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.52.0 awscli boto3 --no-cache-dir
1616

1717
ENV PATH=/root/.poetry/bin:$PATH

‎python3.8/build/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
1111
# Add these as a separate layer as they get updated frequently
1212
RUN pip install -U pip setuptools wheel --no-cache-dir && \
1313
pip install -U virtualenv pipenv --no-cache-dir && \
14-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.8/get-poetry.py | POETRY_VERSION=1.0.8 python3 && \
14+
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/1.0.9/get-poetry.py | POETRY_VERSION=1.0.9 python3 && \
1515
pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.52.0 awscli boto3 --no-cache-dir
1616

1717
ENV PATH=/root/.poetry/bin:$PATH

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL