Skip to content

Commit

Permalink
chore: Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Nov 30, 2024
1 parent 66588e0 commit 3260e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ FROM ghcr.io/radiorabe/python-minimal:3.1.0 AS app
COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/

RUN microdnf install -y \
python3.11-pip \
python3.12-pip \
&& python -mpip --no-cache-dir install /tmp/dist/*.whl \
&& microdnf remove -y \
python3.11-pip \
python3.11-setuptools \
python3.12-pip \
python3.12-setuptools \
&& microdnf clean all \
&& rm -rf /tmp/dist/

Expand Down

0 comments on commit 3260e96

Please sign in to comment.