Use Ubuntu base for stack runtime

This commit is contained in:
andrussal 2025-12-06 14:41:41 +01:00
parent 7f63b42b91
commit 7eec43e58c

View File

@ -138,7 +138,7 @@ RUN cp /workspace/target/debug/cfgsync-server /workspace/artifacts/cfgsync-serve
# NODE IMAGE # NODE IMAGE
# =========================== # ===========================
FROM debian:bookworm-slim FROM ubuntu:24.04
ARG VERSION ARG VERSION