Skip to content

Commit 9b5bc52

Browse files
committed
update dockerfile
1 parent b15af34 commit 9b5bc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# BUILD image
2-
FROM python:3.11-slim-bookworm AS build
2+
FROM python:3.13-slim-bookworm AS build
33

44
ENV PYTHONUNBUFFERED=1 \
55
PYTHONDONTWRITEBYTECODE=1 \
@@ -55,7 +55,7 @@ ADD --chmod=777 ./docker/backend/worker-entrypoint.sh /app/backend
5555

5656
# RUN image
5757
# NOTE: don't use Alpine images...
58-
FROM python:3.11-slim-bookworm AS run
58+
FROM python:3.13-slim-bookworm AS run
5959

6060
WORKDIR /app
6161

0 commit comments

Comments
 (0)