From 536f6e724204ee5bf5c2b7ecc8a4ae493c0b233f Mon Sep 17 00:00:00 2001 From: batphonghan Date: Thu, 23 May 2024 20:43:40 +0700 Subject: [PATCH] Fix build failed --- docker/stader-dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/stader-dockerfile b/docker/stader-dockerfile index 42e8faf4..83f3e3df 100644 --- a/docker/stader-dockerfile +++ b/docker/stader-dockerfile @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -FROM debian:bullseye-slim +FROM debian:bookworm-slim ARG TARGETARCH COPY ./stader/stader-daemon-linux-${TARGETARCH} /go/bin/stader