This reverts commit d2d4ebdf8263d495232a0597a7c896bbaf0dbd9e.
This commit is contained in:
parent
f585172850
commit
8a516c14c5
@ -2,7 +2,7 @@ ARG LIBRETIME_VERSION
|
||||
#======================================================================================#
|
||||
# Python Builder #
|
||||
#======================================================================================#
|
||||
FROM python:3.11-slim-bullseye as python-builder
|
||||
FROM python:3.10-slim-bullseye as python-builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
@ -18,7 +18,7 @@ RUN pip wheel --wheel-dir . --no-deps .
|
||||
#======================================================================================#
|
||||
# Python base #
|
||||
#======================================================================================#
|
||||
FROM python:3.11-slim-bullseye as python-base
|
||||
FROM python:3.10-slim-bullseye as python-base
|
||||
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user