Skip to content

Commit

Permalink
Upgrade base image to python:3.12.7-slim
Browse files Browse the repository at this point in the history
- Add link to ansible/python compatibility matrix
  • Loading branch information
thehedhly authored Oct 18, 2024
1 parent aa10a5b commit 6dc95bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# - https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
# and also maybe (in case want to install ansible community):
# - https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-changelogs
# and ansible/python compatibility:
# - https://endoflife.date/ansible#compatibility
#
ARG BASE_IMAGE="python:3.11.7-slim"
ARG BASE_IMAGE="python:3.12.7-slim"
ARG PYCMD="/usr/local/bin/python3.11"
ARG SYS_ZONEINFO="Europe/Berlin"
ARG ANSIBLE_HOME="/usr/share/ansible"
Expand Down

0 comments on commit 6dc95bf

Please sign in to comment.