Skip to content

Commit 54ae8d9

Browse files
chore(deps): Update patch-release dependency changes
1 parent c081c5b commit 54ae8d9

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.2-slim as builder
1+
FROM python:3.13.3-slim as builder
22

33
# environment
44
ENV PYTHONDONTWRITEBYTECODE 1
@@ -14,7 +14,7 @@ COPY src/ ./src/
1414
COPY README.md ./
1515
RUN poetry build -f wheel
1616

17-
FROM python:3.13.2-slim
17+
FROM python:3.13.3-slim
1818

1919
ENV APP_NAME=pydisgit
2020
ENV HOME=/home/${APP_NAME}

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)