Skip to content

Commit

Permalink
Merge pull request #87 from DFE-Digital/dependency-updates
Browse files Browse the repository at this point in the history
General updates to allow .env configuraiton and update dependencies
  • Loading branch information
slawosz authored Mar 1, 2024
2 parents 812127a + 7abf75a commit 108d557
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 147 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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ terraform/application/vendor
terraform/domains/environment_domains/vendor
terraform.tfstate*
bin/terrafile

.env
Loading

0 comments on commit 108d557

Please sign in to comment.