Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2023
1 parent 24921ec commit 108cb31
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.10.12
poetry 1.4.2
python 3.11.4
poetry 1.5.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye as python-build-stage
FROM python:3.11-slim-bullseye as python-build-stage
WORKDIR /src

RUN apt-get update && apt-get upgrade -y \
Expand All @@ -11,7 +11,7 @@ RUN pip install --isolated --no-cache-dir --no-input poetry \
&& poetry config virtualenvs.create false \
&& poetry install --no-interaction --without=dev

FROM public.ecr.aws/lambda/python:3.9 as python-run-stage
FROM public.ecr.aws/lambda/python:3.11 as python-run-stage

COPY --from=python-build-stage /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages
ENV PYTHONPATH=/usr/local/lib/python3.10/site-packages
Expand Down
51 changes: 24 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 108cb31

Please sign in to comment.