GitHub Actions: build Ubuntu packages using Ubuntu focal (#5344)

This is required to satisfy our meson.build minimal Meson version.
This commit is contained in:
Michael Stapelberg
2023-01-02 12:10:36 +01:00
committed by GitHub
parent aaee2b3eae
commit 944a262688
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# vim:ft=Dockerfile
# Same as travis-base.Dockerfile, but without the test suite dependencies since
# we only build Debian packages on Ubuntu, we dont run the tests.
FROM ubuntu:bionic
FROM ubuntu:focal
RUN echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup
# Paper over occasional network flakiness of some mirrors.