From 8d38c17fd1c72fb0f844381cc3cd78612d19ee85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:04:23 +0100 Subject: [PATCH] Bump python from 3.13.0-alpine to 3.13.1-alpine (#96) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a23482..193fc6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0-alpine +FROM python:3.13.1-alpine LABEL org.opencontainers.image.title=mqtt_exporter LABEL org.opencontainers.image.description="Prometheus exporter for MQTT."