From 1ed9c791fa7e4da4f3dbf821c87ab37348bace34 Mon Sep 17 00:00:00 2001 From: "H.Hedhly" <9963093+thehedhly@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:36:52 +0200 Subject: [PATCH] Update python cmd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b0a32c..151d679 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # - https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs # ARG BASE_IMAGE="python:3.11.7-slim" -ARG PYCMD="/usr/local/bin/python3.11" +ARG PYCMD="/usr/local/bin/python3.12" ARG SYS_ZONEINFO="Europe/Berlin" ARG ANSIBLE_HOME="/usr/share/ansible" ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS="-v"