Skip to content

Commit 22a20b4

Browse files
authored
Pin pillow version, update Debian/Python (#18)
1 parent e72e004 commit 22a20b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
99
RUN 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

4242
RUN adduser --system --no-create-home --uid 1001 nonroot
4343

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
]
3132
dynamic = ["version"]

0 commit comments

Comments
 (0)