From 60992c7d2f429fb7dd0896c5b1d92b62f86bcac6 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Sun, 7 Jul 2024 02:25:14 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10732b1..3ff1ef8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN git clone --single-branch https://github.com/wiedehopf/readsb && \ #################################################################################################### ################################### Stage: runner ################################################## -FROM balenalib/"$BUILD_BOARD"-debian-python:bullseye-run-20230530 AS runner +FROM alpine:3.20 AS runner EXPOSE 30154