Skip to content

Commit

Permalink
Update dev environment
Browse files Browse the repository at this point in the history
This commit removes the obsolete version tag in the docker-compose file and
upgrades the postgres database container to 13.16 to match the client used in ovirt-engine

Signed-off-by: geoff o'callaghan <[email protected]>
  • Loading branch information
gocallag committed Sep 29, 2024
1 parent 7d868bf commit 9393589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'

services:
ovirt-postgres:
image: postgres:13.14
image: postgres:13.16
container_name: ovirt-postgres
ports:
- "5432:5432"
Expand Down

0 comments on commit 9393589

Please sign in to comment.