Skip to content

Commit d4192a1

Browse files
feat(Dependencies): Update prom/prometheus Docker tag to v2.54.1
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | docker | prom/prometheus | v2.48.0 | v2.54.1 |
1 parent 9ceb32c commit d4192a1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dev/portal_prometheus/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM prom/prometheus:v2.48.0
1+
FROM prom/prometheus:v2.54.1
22
ADD prometheus.yml /etc/prometheus

dev/site_prometheus/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM prom/prometheus:v2.48.0
1+
FROM prom/prometheus:v2.54.1
22
ADD prometheus.yml /etc/prometheus

docker-compose.portal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ x-logging:
1111
services:
1212
# global prometheus instance scraping data from the local instances
1313
portal_prometheus:
14-
image: "prom/prometheus:v2.48.0"
14+
image: "prom/prometheus:v2.54.1"
1515
container_name: portal_prometheus
1616
networks:
1717
portal:

docker-compose.site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
- "${EXPORTER_PORT}:8080"
3636
# prometheus instance responsible for monitoring
3737
site_prometheus:
38-
image: "prom/prometheus:v2.48.0"
38+
image: "prom/prometheus:v2.54.1"
3939
# use self build Dockerfile as alternative
4040
# build: prod/site_prometheus
4141
container_name: project_usage_prometheus

prod/portal_prometheus/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM prom/prometheus:v2.48.0
1+
FROM prom/prometheus:v2.54.1
22
ADD prometheus.yml /etc/prometheus

prod/site_prometheus/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM prom/prometheus:v2.48.0
1+
FROM prom/prometheus:v2.54.1
22
# relative to compose file
33
ADD prometheus.yml /etc/prometheus/prometheus.yml
44

0 commit comments

Comments
 (0)