Skip to content

Commit 1a559de

Browse files
build(deps): bump docker base image python from 3.12 to 3.13 (#18)
Bumps docker image python from 3.12-slim-bookworm to 3.13-slim-bookworm
1 parent 7e5b21d commit 1a559de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.13-slim-bookworm
22
ARG WORK_DIR="/opt/psr"
33

44
WORKDIR ${WORK_DIR}

0 commit comments

Comments
 (0)