Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 23367d3 commit c00988b
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 82 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ddoroshev/pybase:3.12.6-compile-v1 as compile
FROM ghcr.io/ddoroshev/pybase:3.13.1-compile-v1 as compile

COPY poetry.lock pyproject.toml /app/

Expand All @@ -7,7 +7,7 @@ RUN poetry install --no-root --only main
COPY . /app/


FROM ghcr.io/ddoroshev/pybase:3.12.6-runtime-v1 as runtime
FROM ghcr.io/ddoroshev/pybase:3.13.1-runtime-v1 as runtime

COPY --from=compile /venv /venv
COPY --from=compile /app /app
Expand Down
Loading

0 comments on commit c00988b

Please sign in to comment.