Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 23367d3 commit e5de77a
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 174 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.0-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.0-runtime-v1 as runtime

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

0 comments on commit e5de77a

Please sign in to comment.