Skip to content

Commit 326df6c

Browse files
chore(deps): Update python Docker tag to v3.13.5
1 parent 685f9fb commit 326df6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.3-slim as builder
1+
FROM python:3.13.5-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.3-slim
17+
FROM python:3.13.5-slim
1818

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

0 commit comments

Comments
 (0)