Skip to content

Commit

Permalink
build(docker): upgrade base image to ubuntu 24.04 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirespecter committed Aug 2, 2024
1 parent 2e0c001 commit 1be2e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update -y && \
python3.12-dev \
python3-pip \
vim-tiny && \
pip install --no-cache-dir --upgrade 'setuptools<71' && \
pip install --no-cache-dir --upgrade setuptools && \
pip install --no-cache-dir -r /code/requirements.txt && \
apt-get remove -y \
gcc \
Expand Down

0 comments on commit 1be2e75

Please sign in to comment.