[Security] Fix open redirect in Prometheus
Bump up Prometheus to the oldest non affected version as per security advisory [1]. [1] https://github.com/prometheus/prometheus/security/advisories/GHSA-vx57-7f4q-fpc7 Change-Id: I505b0645dc3331264c8fc6762df1c6cb8bb2f2ed
This commit is contained in:
parent
a93f171da3
commit
16b5a8c1c7
@ -6,7 +6,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
{% block prometheus_v2_server_header %}{% endblock %}
|
{% block prometheus_v2_server_header %}{% endblock %}
|
||||||
|
|
||||||
{% block prometheus_v2_server_repository_version %}
|
{% block prometheus_v2_server_repository_version %}
|
||||||
ENV prometheus_version=2.23.0
|
ENV prometheus_version=2.26.1
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block prometheus_v2_server_install %}
|
{% block prometheus_v2_server_install %}
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
security:
|
||||||
|
- |
|
||||||
|
Fixes security issue in Prometheus as per `advisory <https://github.com/prometheus/prometheus/security/advisories/GHSA-vx57-7f4q-fpc7>`__.
|
Loading…
Reference in New Issue
Block a user