From a71387fc2fc5dbc3d98314dbedb2586728c06822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:13:38 +0000 Subject: [PATCH] Bump python from 3.12.3-alpine to 3.12.4-alpine Bumps python from 3.12.3-alpine to 3.12.4-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 496a433..fd4c997 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM python:3.12.3-alpine +FROM python:3.12.4-alpine LABEL org.opencontainers.image.title="haxorof/ansible-core" \ org.opencontainers.image.description="Ansible Core + additions" \