Skip to content

Commit

Permalink
chore: update docker and python dependency versions (#313)
Browse files Browse the repository at this point in the history
* chore: update docker and python dependency versions

* chore: update lockfile
  • Loading branch information
recalcitrantsupplant authored Nov 28, 2024
1 parent 7327709 commit 165ee61
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 220 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PREZ_VERSION
ARG PYTHON_VERSION=3.12.3
ARG POETRY_VERSION=1.8.3
ARG ALPINE_VERSION=3.19
ARG PYTHON_VERSION=3.13
ARG POETRY_VERSION=1.8.4
ARG ALPINE_VERSION=3.20
ARG VIRTUAL_ENV=/opt/venv

#
Expand Down
Loading

0 comments on commit 165ee61

Please sign in to comment.