Skip to content

Commit

Permalink
Merge pull request #11 from Uninett/update-postgres-to-v14
Browse files Browse the repository at this point in the history
Update postgres to version 14 in docker-compose.yml
  • Loading branch information
lunkwill42 authored Oct 18, 2024
2 parents 0ad9ccb + f23b356 commit cb52097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- ARGUS_DATAPORTEN_SECRET=notset

postgres:
image: "postgres:12"
image: "postgres:14"
volumes:
- postgres:/var/lib/postgresql/data:Z
environment:
Expand Down

0 comments on commit cb52097

Please sign in to comment.