fix builds by switching base layer to debian:sid-slim

tested locally, works fine.
debian has supported riscv64 in the sid image for some time.

this is the same thing the carlosedp/golang image did.

this also fixes the bug with the wrong glibc version, as the build
container now uses the same glibc version as the final container.
This commit is contained in:
simonfelding
2025-02-15 17:07:15 +01:00
committed by GitHub
parent d2828adae6
commit a19458f703
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:jammy
FROM debian:sid-slim
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
EXPOSE 25/tcp