Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
fix(deps): update python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent b45e859 commit 85862aa
Show file tree
Hide file tree
Showing 3 changed files with 1,829 additions and 1,853 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker file taken and inspired from
# https://medium.com/@albertazzir/blazing-fast-python-docker-builds-with-poetry-a78a66f5aed0
FROM python:3.11-bookworm as builder
FROM python:3.12-bookworm as builder

RUN pip install poetry

Expand All @@ -17,7 +17,7 @@ RUN touch README.md
RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR

# The runtime image, used to just run the code provided its virtual environment
FROM python:3.11-slim-bookworm as runtime
FROM python:3.12-slim-bookworm as runtime

# Needed to get cv2
# https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo
Expand Down
Loading

0 comments on commit 85862aa

Please sign in to comment.