Skip to content

Commit

Permalink
build(deps): bump docker base image python from 3.12 to 3.13 (#18)
Browse files Browse the repository at this point in the history
Bumps docker image python from 3.12-slim-bookworm to 3.13-slim-bookworm
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 7e5b21d commit 1a559de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm
ARG WORK_DIR="/opt/psr"

WORKDIR ${WORK_DIR}
Expand Down

0 comments on commit 1a559de

Please sign in to comment.