Update Dockerfile to use Python 3.14 and fix docker-compose volume definitions
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# 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/
|
||||
|
||||
# set work directory
|
||||
|
||||
@@ -54,4 +54,6 @@ services:
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
pgadmin_data:
|
||||
name: docker_postgres_data
|
||||
pgadmin_data:
|
||||
name: docker_pgadmin_data
|
||||
Reference in New Issue
Block a user