Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3-slim as builder
FROM python:3.13.5-slim 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.3-slim
FROM python:3.13.5-slim

ENV APP_NAME=pydisgit
ENV HOME=/home/${APP_NAME}
Expand Down