Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
GNU Affero General Public License v3.0
3.74k
stars
172
forks
source link
Container image builds fail due to older Poetry version #957
Closed
apyrgio closed 1 month ago
GitHub has switched the
ubuntu-latest
runner images we're using from Ubuntu 24.04 to Ubuntu 22.04 :This looks like a bug by GitHub, probably happening now because we're getting closer to the October 30th deadline, when all runners who specify
ubuntu-latest
will use Ubuntu 24.04 by default. See https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/.We can't do much here, other than explicitly specify
ubuntu-24.04
as our runner image, and change it later on toubuntu-latest
.