mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 11:11:24 +00:00
fix: update Python version pulled by Docker
3.10.5 seems to generate a conflict. Updating to 3.10.12 resolves the conflict. Fixes #60.
This commit is contained in:
parent
fe112ae4a2
commit
84aa6d580e
1 changed files with 1 additions and 1 deletions
2
prometheus/Dockerfile
Executable file → Normal file
2
prometheus/Dockerfile
Executable file → Normal file
|
@ -18,7 +18,7 @@ RUN \
|
|||
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
|
||||
\
|
||||
&& apk --no-cache add \
|
||||
python3=3.10.5-r0 \
|
||||
python3=3.10.12-r0 \
|
||||
py3-idna=3.3-r2 \
|
||||
py3-certifi=2021.10.8-r0 \
|
||||
py3-chardet=4.0.0-r3 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue