Skip to content

Commit

Permalink
Update python builder to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 9, 2024
1 parent 030c775 commit 4d8af27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-py/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:bullseye AS build
FROM python:3.13.0a2 AS build

# Disable cache dir, disable upgrade message, create .venv in project dir
ARG PIP_NO_CACHE_DIR=off \
Expand Down

0 comments on commit 4d8af27

Please sign in to comment.