diff --git a/Dockerfile-worker b/Dockerfile-worker index 1a01420..006ae19 100644 --- a/Dockerfile-worker +++ b/Dockerfile-worker @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.13.2-slim-bookworm AS base +FROM python:3.14.0rc3-slim-bookworm AS base # Set environment variables ENV POETRY_VERSION=2.1.1 \