Skip to content

Commit

Permalink
UPDATE: postgresql to 16
Browse files Browse the repository at this point in the history
Co-authored-by: andregroseth <[email protected]>
  • Loading branch information
JeremiahUy and andregroseth committed Jul 10, 2024
1 parent 3f1ee92 commit e38e05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
postgres:
image: postgres:13
image: postgres:16
restart: always
environment:
- POSTGRES_USER=postgres
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/nais/backend-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
gcp:
sqlInstances:
- name: behandlingskatalog
type: POSTGRES_13
type: POSTGRES_16
databases:
- name: behandlingskatalogdb
envVarPrefix: DB
Expand Down

0 comments on commit e38e05c

Please sign in to comment.