From c2a6c66dad5f6a60c04f6007667fd0309e1f0149 Mon Sep 17 00:00:00 2001 From: Ruakij Date: Fri, 14 Jul 2023 19:41:18 +0200 Subject: [PATCH] Change to debian slim for full support --- tools/bandwhich/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bandwhich/Dockerfile b/tools/bandwhich/Dockerfile index 4ff7cc8..21bb9f3 100644 --- a/tools/bandwhich/Dockerfile +++ b/tools/bandwhich/Dockerfile @@ -1,5 +1,5 @@ # ---- Base ---- -FROM alpine:3 AS base +FROM debian:stable-slim AS base WORKDIR /app