Skip to content

Commit

Permalink
Update postgres Docker tag to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nomaster committed Jul 8, 2023
1 parent 76e5cc9 commit 53f0ed6
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 @@ -32,7 +32,7 @@ services:

# postgres
postgres:
image: postgres:14-alpine
image: postgres:15-alpine
env_file: env/postgres.env
volumes:
- netbox-postgres-data:/var/lib/postgresql/data
Expand Down

0 comments on commit 53f0ed6

Please sign in to comment.