Skip to content

Commit

Permalink
docker: bump python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jul 17, 2024
1 parent ffc39e7 commit efd7a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get -y -q update \
RUN python -m venv /opt/venv
RUN pip install . \
&& ls /opt/venv \
&& rm -r /opt/venv/lib/python3.11/site-packages/stactools/ephemeral
&& rm -r /opt/venv/lib/python3.12/site-packages/stactools/ephemeral


FROM dependencies as builder
Expand Down

0 comments on commit efd7a0c

Please sign in to comment.