From c03422e8c2a43395956e7ed04d654208b33cab1b Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Sat, 1 Nov 2025 18:14:57 -0600 Subject: [PATCH] build(deps): bump action container image to `python:3.14-slim-trixie` --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index e9772fd..1f77dc7 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim-bookworm +FROM python:3.14-slim-trixie ARG WORK_DIR="/opt/psr" WORKDIR ${WORK_DIR}