Skip to content

Commit

Permalink
update engine to 3.2.3 and python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vstavrinov committed Jan 12, 2025
1 parent 815f29b commit 86e68e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8
FROM python:3.10
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV BASE_URL="https://download.acestream.media/linux"
ENV ACE_VERSION="3.1.75rc4_ubuntu_18.04_x86_64_py3.8"
ENV ACE_VERSION="3.2.3_ubuntu_22.04_x86_64_py3.10"
ENV PYTHONDONTWRITEBYTECODE=0
RUN useradd --shell /bin/bash --home-dir /srv/ace --create-home ace
USER ace
Expand Down

0 comments on commit 86e68e5

Please sign in to comment.