Update Dockerfile to use Python 3.14 and fix docker-compose volume definitions

This commit is contained in:
Ross
2025-11-03 10:25:20 +00:00
parent 3ea384542d
commit 7d079e0466
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# pull official base image # pull official base image
FROM python:3.12.1-slim FROM python:3.14-slim
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
# set work directory # set work directory
+3 -1
View File
@@ -54,4 +54,6 @@ services:
volumes: volumes:
postgres_data: postgres_data:
pgadmin_data: name: docker_postgres_data
pgadmin_data:
name: docker_pgadmin_data