Skip to content
Snippets Groups Projects
Commit 8d8e33a9 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[FIX] python 3.12 not yet supported, back to 3.11

parent 7d7ed656
Branches
No related tags found
No related merge requests found
FROM python:3.12-slim-bookworm AS builder
FROM python:3.11-slim-bookworm AS builder
RUN set -x; \
apt-get update &&\
apt-get install -y --no-install-recommends build-essential libfreetype-dev libldap2-dev libpq-dev libsasl2-dev libxml2-dev libxslt1-dev &&\
......@@ -13,7 +13,7 @@ RUN set -x; \
pip wheel --wheel-dir=/svc/wheels astor openupgradelib phonenumbers python-stdnum>=1.18 PyYAML zxcvbn
FROM python:3.12-slim-bookworm AS final
FROM python:3.11-slim-bookworm AS final
ENV LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
PGDATABASE=odoo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment