Skip to content

Commit 83ac123

Browse files
committed
Bump to python 3.13
1 parent 62fd052 commit 83ac123

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,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM python:3.11-slim as builder
2+
FROM python:3.13-slim as builder
33

44
ENV PIPENV_VENV_IN_PROJECT=1
55

@@ -26,7 +26,7 @@ RUN set -ex \
2626
&& rm -rf /var/lib/apt/lists/*
2727

2828

29-
FROM python:3.11-slim as runtime
29+
FROM python:3.13-slim as runtime
3030

3131

3232
COPY --from=builder /usr/src/ /usr/src/

0 commit comments

Comments
 (0)