1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-02 01:40:22 +00:00

Move builder image back to 22.04 so that exe's that we build can run on systems with glibc <2.38 (e.g., Ubuntu 22.04 and Debian 12).

This commit is contained in:
Frank Halasz
2026-03-01 03:21:04 -08:00
parent e130b0fcb7
commit f4021ef268

View File

@@ -8,7 +8,7 @@
#
# ******************************************************************************
FROM ubuntu:24.04
FROM ubuntu:22.04
SHELL ["/bin/bash", "-c"]
USER root:root
# Install build tools