Skip to content

Commit 30fa97d

Browse files
authored
Merge pull request #47 from manavgup/fix/postgres-version
Updated podman-compose-sonarqube.yaml to have the same version of postgres (17)
2 parents ce5160c + 892a990 commit 30fa97d

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)