Skip to content
Snippets Groups Projects
Commit 0124817c authored by David Trattnig's avatar David Trattnig
Browse files

chore: update python version

parent ed0ca7f3
No related branches found
No related tags found
1 merge request!35ORM-less scheduling
FROM python:3.10-slim as base
FROM python:3.11-slim as base
LABEL maintainer="David Trattnig <david.trattnig@subsquare.at>"
ENV AURA_UID=2872
......@@ -20,8 +20,8 @@ RUN apt-get update && apt-get -y install \
# Setup Poetry
RUN python3 -m venv $POETRY_VENV \
&& $POETRY_VENV/bin/pip install -U pip setuptools \
&& $POETRY_VENV/bin/pip install poetry==${POETRY_VERSION}
&& $POETRY_VENV/bin/pip install -U pip setuptools \
&& $POETRY_VENV/bin/pip install poetry==${POETRY_VERSION}
ENV PATH="${PATH}:${POETRY_VENV}/bin"
# Base Structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment