diff --git a/device-plugins-for-kubernetes/Dockerfile b/device-plugins-for-kubernetes/Dockerfile index cc96077..2d6aae1 100644 --- a/device-plugins-for-kubernetes/Dockerfile +++ b/device-plugins-for-kubernetes/Dockerfile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Use a minimal base image -FROM alpine:latest +FROM debian:stable-slim # Set the working directory inside the container WORKDIR /app