| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ RUN rm -rf /var/runtime /var/lang && \ | |||
| 8 | 8 | # Add these as a separate layer as they get updated frequently | |
| 9 | 9 | RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \ | |
| 10 | 10 | 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 && \ | ||
| 12 | 12 | pip install -U awscli boto3 aws-sam-cli==0.22.0 aws-lambda-builders==0.4.0 --no-cache-dir | |
| 13 | 13 | ||
| 14 | 14 | ENV PATH=/root/.poetry/bin:$PATH | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ RUN rm -rf /var/runtime /var/lang && \ | |||
| 19 | 19 | # Add these as a separate layer as they get updated frequently | |
| 20 | 20 | RUN pip install -U pip setuptools wheel --no-cache-dir && \ | |
| 21 | 21 | 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 && \ | ||
| 23 | 23 | pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.52.0 awscli boto3 --no-cache-dir | |
| 24 | 24 | ||
| 25 | 25 | ENV PATH=/root/.poetry/bin:$PATH | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \ | |||
| 11 | 11 | # Add these as a separate layer as they get updated frequently | |
| 12 | 12 | RUN pip install -U pip setuptools wheel --no-cache-dir && \ | |
| 13 | 13 | 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 && \ | ||
| 15 | 15 | pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.52.0 awscli boto3 --no-cache-dir | |
| 16 | 16 | ||
| 17 | 17 | ENV PATH=/root/.poetry/bin:$PATH | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \ | |||
| 11 | 11 | # Add these as a separate layer as they get updated frequently | |
| 12 | 12 | RUN pip install -U pip setuptools wheel --no-cache-dir && \ | |
| 13 | 13 | 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 && \ | ||
| 15 | 15 | pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.52.0 awscli boto3 --no-cache-dir | |
| 16 | 16 | ||
| 17 | 17 | ENV PATH=/root/.poetry/bin:$PATH | |
| Back | FazBrowse Home | New Git URL |
0 commit comments