diff --git a/Dockerfile b/Dockerfile index 78fdfe28..c2732591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image AS the base image -FROM python:3.13 AS gv-base +FROM python:3.14 AS gv-base # System Dependencies: RUN apt-get update && apt-get install -y libpq-dev libxml2-dev libxslt-dev @@ -12,7 +12,7 @@ ENV PATH="$PATH:/root/.local/bin" # END gv-base # BEGIN gv-runtime-base -FROM python:3.13-slim AS gv-runtime-base +FROM python:3.14-slim AS gv-runtime-base # System Dependencies: RUN apt-get update && apt-get install -y libpq-dev libxml2-dev libxslt-dev