Skip to content

Commit

Permalink
Update pg version in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Jan 12, 2025
1 parent e83318f commit 1d9833b
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
Expand Up @@ -47,7 +47,7 @@ services:

db-ssl:
# This should match the version of postgres used in the CI workflow
image: postgis/postgis:15-3.3
image: postgis/postgis:14-3.3
command:
- 'postgres'
- '-c'
Expand Down Expand Up @@ -75,7 +75,7 @@ services:

db-ssl-cert:
# This should match the version of postgres used in the CI workflow
image: postgis/postgis:15-3.3
image: postgis/postgis:14-3.3
command:
- 'postgres'
- '-c'
Expand Down

0 comments on commit 1d9833b

Please sign in to comment.