diff --git a/Dockerfile b/Dockerfile index 9a1ceac5..3ffae2a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use Python 3.12 slim image as base -FROM python:3.12-slim as base +# Use Python 3.13 slim image as base +FROM python:3.13-slim as base # Declare volume for database persistence VOLUME ["/data"]