Skip to content

Commit 6347ceb

Browse files
renovate[bot]hedinasr
authored andcommitted
chore(deps): update python docker tag to v3.13
1 parent 9ce10cb commit 6347ceb

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,12 +1,12 @@
1-
FROM python:3.10-slim AS build-env
1+
FROM python:3.13-slim@sha256:201e1ab0af068a569a6b10fe680cb7532c17105e2e68d50aa33176350ab17c36 AS build-env
22
ADD . /app
33
WORKDIR /app
44
RUN pip install --upgrade pip
55
RUN pip install pipenv
66
RUN pipenv requirements > requirements.txt
77
RUN pip install --target=/app -r requirements.txt
88

9-
FROM python:3.10-slim
9+
FROM python:3.13-slim@sha256:201e1ab0af068a569a6b10fe680cb7532c17105e2e68d50aa33176350ab17c36
1010
COPY --from=build-env /app /app
1111

1212
ENV PYTHONPATH=/app

0 commit comments

Comments
 (0)