Skip to content

Commit

Permalink
removed the bump of python 3.11 to 3.12 until numba supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 11, 2023
1 parent 0388390 commit 75e3cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-bullseye as build-stage
FROM python:3.11-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down

0 comments on commit 75e3cc3

Please sign in to comment.