Skip to content

Commit

Permalink
chore(deps): Update patch-release dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2025
1 parent 03af8e5 commit 810deda
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.1-slim@sha256:031ebf3cde9f3719d2db385233bcb18df5162038e9cda20e64e08f49f4b47a2f as builder
FROM python:3.13.2-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652 as builder

# environment
ENV PYTHONDONTWRITEBYTECODE 1
Expand All @@ -14,7 +14,7 @@ COPY src/ ./src/
COPY README.md ./
RUN poetry build -f wheel

FROM python:3.13.1-slim@sha256:031ebf3cde9f3719d2db385233bcb18df5162038e9cda20e64e08f49f4b47a2f
FROM python:3.13.2-slim@sha256:f3614d98f38b0525d670f287b0474385952e28eb43016655dd003d0e28cf8652

ENV APP_NAME=pydisgit
ENV HOME=/home/${APP_NAME}
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

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

0 comments on commit 810deda

Please sign in to comment.