Skip to content

Commit 8fb11cd

Browse files
authored
Merge pull request IBM#47 from manavgup/fix/postgres-version
Updated podman-compose-sonarqube.yaml to have the same version of postgres (17)
2 parents 303c350 + 6551f91 commit 8fb11cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman-compose-sonarqube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- sonarqube_bundled-plugins:/opt/sonarqube/lib/bundled-plugins
1717

1818
db:
19-
image: docker.io/library/postgres
19+
image: docker.io/library/postgres:17
2020
networks:
2121
- sonarnet
2222
environment:

0 commit comments

Comments
 (0)