Skip to content

Commit 49b7c26

Browse files
committed
Update postgres Docker tag to v13
1 parent 43b8b36 commit 49b7c26

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)