Skip to content

Commit 70f8fac

Browse files
authored
Update Python base image version in Dockerfile
1 parent d2d1c46 commit 70f8fac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14.0-slim
1+
FROM python:3.13.7-slim
22

33
WORKDIR /publisher
44

@@ -19,7 +19,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \
1919
COPY requirements.txt .
2020

2121
RUN --mount=type=cache,sharing=locked,target=/root/.cache/pip \
22-
pip install --disable-pip-version-check --quiet --no-cache-dir -r requirements.txt
22+
pip install --disable-pip-version-check -r requirements.txt
2323

2424
COPY . .
2525

0 commit comments

Comments
 (0)