Skip to content

Commit

Permalink
Tests: Update postgres to 14.7 (#203)
Browse files Browse the repository at this point in the history
JIRA: RHELWF-10031
  • Loading branch information
hluk committed Oct 24, 2023
1 parent b0666fc commit 3f8424e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ services:
- 127.0.0.1:9102:9102 # http
- 127.0.0.1:9125:9125 # statsd

resultsdb-db:
image: postgres:11.16-alpine
resultsdb-db: &resultsdb-db
image: postgres:14.7-alpine
restart: always
env_file: ["docker/resultsdb-db.env"]
healthcheck:
Expand Down Expand Up @@ -64,8 +64,7 @@ services:
- resultsdb-db

waiverdb-db:
image: postgres:9.5.2
restart: always
<<: *resultsdb-db
env_file: ["docker/waiverdb-db.env"]

waiverdb:
Expand Down

0 comments on commit 3f8424e

Please sign in to comment.