Skip to content

Commit

Permalink
⬆️(project) upgrade postgis/postgis Docker tag to v16
Browse files Browse the repository at this point in the history
| datasource | package         | from | to |
| ---------- | --------------- | ---- | -- |
| docker     | postgis/postgis | 14   | 16 |
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent d8995be commit dab801f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgresql:
image: postgis/postgis:14-3.4
image: postgis/postgis:16-3.4
env:
POSTGRES_DB: test-qualicharge-api
POSTGRES_USER: qualicharge
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
postgresql:
image: postgis/postgis:14-3.4
image: postgis/postgis:16-3.4
env_file:
- env.d/postgresql
- env.d/api
Expand Down

0 comments on commit dab801f

Please sign in to comment.