From d05043412a1fa7f2672f2a86235b9259c9c57230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:05:11 +0000 Subject: [PATCH] Bump python from 3.11-alpine to 3.12-alpine Bumps python from 3.11-alpine to 3.12-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75c015e1..40551504 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine ENV PUPPETBOARD_PORT 80 ENV PUPPETBOARD_HOST 0.0.0.0