File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33# The devcontainer should use the build target and run as root with podman
44# or docker with user namespaces.
55#
6- FROM docker.io/library/python:3.13.7 -slim-bookworm as build
6+ FROM docker.io/library/python:3.13.9 -slim-trixie as build
77
88# Add any system dependencies for the developer/build environment here
99RUN apt-get update && apt-get upgrade -y && \
@@ -37,7 +37,7 @@ RUN pip install --upgrade pip && \
3737 # and replace with a comment to avoid a zero length asset upload later
3838 sed -i '/file:/s/^/# Requirements for /' lockfiles/requirements.txt
3939
40- FROM docker.io/library/python:3.13.7 -slim-bookworm as runtime
40+ FROM docker.io/library/python:3.13.9 -slim-trixie as runtime
4141
4242RUN adduser --system --no-create-home --uid 1001 nonroot
4343
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies = [
2626 " fpdf2~=2.8.4" ,
2727 " qrcode~=8.2.0" ,
2828 " pyjwt[crypto]~=2.10.1" ,
29+ " pillow==11.3.0" ,
2930 " alembic"
3031]
3132dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments