Compare commits

..

1 commit

Author SHA1 Message Date
664e056643
fix: update debian image to trixie (stable) to fix imprintor glibc version mismatch
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-23 17:34:03 +01:00

View file

@ -64,7 +64,7 @@ RUN mix release
FROM ${RUNNER_IMAGE} FROM ${RUNNER_IMAGE}
RUN apt-get update -y && \ RUN apt-get update -y && \
apt-get install -y libstdc++6 openssl libncurses6 locales ca-certificates \ apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates \
&& apt-get clean && rm -f /var/lib/apt/lists/*_* && apt-get clean && rm -f /var/lib/apt/lists/*_*
# Set the locale # Set the locale