From bf8c0494618a7b9e798a31d59b4a2f3f18c7c468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:39:57 +0000 Subject: [PATCH] Bump python from 3.12.7-alpine to 3.13.0-alpine Bumps python from 3.12.7-alpine to 3.13.0-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 85881a0..2b8d989 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM python:3.12.7-alpine +FROM python:3.13.0-alpine LABEL org.opencontainers.image.title="haxorof/ansible-core" \ org.opencontainers.image.description="Ansible Core + additions" \