From fdb3c49470c6c493c738b0fcd1f1baaf239c0a21 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Fri, 3 Jan 2025 18:46:34 +0100 Subject: [PATCH] Revert version change --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c5884603..05399dcd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG USER=specter ARG DIR=/data/ -FROM python:3.12-slim-bookworm AS builder +FROM python:3.10-slim-bookworm AS builder ARG VERSION ARG REPO @@ -31,7 +31,7 @@ COPY . . RUN pip3 install . --no-deps -FROM python:3.12-slim-bookworm as final +FROM python:3.10-slim-bookworm as final ARG USER ARG DIR