Skip to content

Commit

Permalink
docker: use python3.11 in backend image
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 27, 2023
1 parent 06215f0 commit 2a1e957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2

FROM python:3.9-bullseye AS build
FROM python:3.11-bookworm AS build

ENV PIP_ROOT_USER_ACTION=ignore
RUN --mount=type=cache,target=/root/.cache \
Expand Down

0 comments on commit 2a1e957

Please sign in to comment.