From bf04091b38e88139ed33db150d5eb23f29da0037 Mon Sep 17 00:00:00 2001 From: gustonator Date: Mon, 6 Feb 2023 22:57:41 +0100 Subject: [PATCH] changed to alpine image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 365c4e1..c7d5c22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.8-alpine WORKDIR /app COPY /src/exporter.py . RUN pip install --upgrade goodwe asyncio prometheus_client