gplugin/builders

Replace Ubuntu Lunar with Mantic

6 months ago, Gary Kramlich
ca144d87e30b
Replace Ubuntu Lunar with Mantic
FROM docker.io/gplugin/builders:debian-trixie-amd64
RUN set -ex && \
apt update && \
apt install -y --no-install-recommends clang-format && \
apt clean && \
rm -rf /var/lib/apt/lists
COPY clang-format/build.sh /