Skip to content

Commit

Permalink
Merge pull request #239 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
eKatchko authored Nov 10, 2022
2 parents 878ef3f + c8dd1f0 commit 479d0bd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/portal_prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM prom/prometheus:v2.39.1
FROM prom/prometheus:v2.40.1
ADD prometheus.yml /etc/prometheus
2 changes: 1 addition & 1 deletion dev/site_prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM prom/prometheus:v2.39.1
FROM prom/prometheus:v2.40.1
ADD prometheus.yml /etc/prometheus
2 changes: 1 addition & 1 deletion docker-compose.portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ x-logging:
services:
# global prometheus instance scraping data from the local instances
portal_prometheus:
image: "prom/prometheus:v2.39.1"
image: "prom/prometheus:v2.40.1"
container_name: portal_prometheus
networks:
portal:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- "${EXPORTER_PORT}:8080"
# prometheus instance responsible for monitoring
site_prometheus:
image: "prom/prometheus:v2.39.1"
image: "prom/prometheus:v2.40.1"
# use self build Dockerfile as alternative
# build: prod/site_prometheus
container_name: project_usage_prometheus
Expand Down
2 changes: 1 addition & 1 deletion prod/portal_prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM prom/prometheus:v2.39.1
FROM prom/prometheus:v2.40.1
ADD prometheus.yml /etc/prometheus
2 changes: 1 addition & 1 deletion prod/site_prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM prom/prometheus:v2.39.1
FROM prom/prometheus:v2.40.1
# relative to compose file
ADD prometheus.yml /etc/prometheus/prometheus.yml

Expand Down

0 comments on commit 479d0bd

Please sign in to comment.