diff --git a/Dockerfile.worker b/Dockerfile.worker index edcc44e..9d6bd54 100644 --- a/Dockerfile.worker +++ b/Dockerfile.worker @@ -1,5 +1,5 @@ # Stage 1: Base image with dependencies -FROM --platform=linux/amd64 ubuntu:latest as base +FROM --platform=linux/amd64 ubuntu:24.10 as base RUN apt-get update && \ apt-get install -y python3 python3-pip postgresql-client libpq-dev libcurl4-openssl-dev libssl-dev && \ apt-get clean && \