Skip to content

Commit

Permalink
Merge pull request #508 from netbox-community/renovate/postgres-13.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v13
  • Loading branch information
tobiasge authored May 18, 2021
2 parents 43b8b36 + 49b7c26 commit 0def662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
ports:
- 8080
postgres:
image: postgres:12-alpine
image: postgres:13-alpine
env_file: env/postgres.env
redis:
image: redis:6-alpine
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:

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

0 comments on commit 0def662

Please sign in to comment.