Skip to content

Commit 0def662

Browse files
authored
Merge pull request #508 from netbox-community/renovate/postgres-13.x
Update postgres Docker tag to v13
2 parents 43b8b36 + 49b7c26 commit 0def662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
ports:
2121
- 8080
2222
postgres:
23-
image: postgres:12-alpine
23+
image: postgres:13-alpine
2424
env_file: env/postgres.env
2525
redis:
2626
image: redis:6-alpine

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929

3030
# postgres
3131
postgres:
32-
image: postgres:12-alpine
32+
image: postgres:13-alpine
3333
env_file: env/postgres.env
3434
volumes:
3535
- netbox-postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)