use slim image for build stage, too

This commit is contained in:
tooomm 2026-05-17 11:54:20 +02:00 committed by GitHub
parent d769278d90
commit 6db673b67e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# -------- Build Stage --------
FROM debian:13 AS build
FROM debian:13-slim AS build
ARG DEBIAN_FRONTEND=noninteractive