Skip to content

Commit

Permalink
Revert version change
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Jan 3, 2025
1 parent e33e584 commit fdb3c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fdb3c49

Please sign in to comment.