From ed79e3f6506194f354184f0c34b033d36359e898 Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Mon, 19 May 2025 14:02:00 +0200 Subject: [PATCH] updated solution --- labs/lab8-solutions/ex04/Dockerfile2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/labs/lab8-solutions/ex04/Dockerfile2 b/labs/lab8-solutions/ex04/Dockerfile2 index 17e9a9e..7d53a11 100644 --- a/labs/lab8-solutions/ex04/Dockerfile2 +++ b/labs/lab8-solutions/ex04/Dockerfile2 @@ -10,7 +10,6 @@ RUN make # Final stage which uses the builder stage # Image size: 11.3MB -FROM alpine:latest -RUN apk update && apk add ncurses +FROM alpine:3.21 COPY --from=builder /tmp/alienwave/alienwave /usr/bin CMD ["/usr/bin/alienwave"] -- GitLab