Skip to content

Commit

Permalink
Set Readme base image to python:3.12.7-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
thehedhly authored Oct 18, 2024
1 parent aaa343d commit aa10a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In accordance with both ansible community projects, __ansible community package_
## Build arguments
| Name | description | default |
|------|---------|---------|
| `BASE_IMAGE` | Base docker image. | python:3.11.7-slim |
| `BASE_IMAGE` | Base docker image. | python:3.12.7-slim |
| `PYCMD` | Python binary location.<br>:information_source: See also `BASE_IMAGE` | /usr/local/bin/python3.11 |
| `SYS_ZONEINFO` | System time zone. | Europe/Berlin |
| `ANSIBLE_INSTALL_REFS` | Ansible installation package.<br>You can install a specific version of a ansible community package or ansible-core, e.g.:<br><ul><li>ansible-core==2.16.0</li>or<li>ansible==9</li></ul> | ansible-core |
Expand Down

0 comments on commit aa10a5b

Please sign in to comment.