Skip to content

Commit

Permalink
update postgis test container to postgis/postgis:14-3.4-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mattonfoot committed Feb 19, 2024
1 parent b5ca9f4 commit 7abf75a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aks_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

services:
postgres:
image: postgis/postgis:11-3.3-alpine
image: postgis/postgis:14-3.4-alpine
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
db:
image: postgis/postgis:11-3.3-alpine
image: postgis/postgis:14-3.4-alpine
restart: always
# To preserve data between runs of docker-compose, we mount a folder from the host machine.
volumes:
Expand Down

0 comments on commit 7abf75a

Please sign in to comment.