Update Dockerfile to Ubuntu 24.04 (#512)

pull/511/head
mcbarton 7 months ago committed by GitHub
parent e6a833783a
commit 62c3d46dd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@
# pre-built versions of this container are pushed as a package to the repository
# as well.
FROM ubuntu:22.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y cmake ninja-build make autoconf autogen automake libtool && \

Loading…
Cancel
Save