Skip to content

Commit 14e4651

Browse files
author
Vidas P
committed
Switch postgres image to an alpine based one
1 parent 65beeb9 commit 14e4651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ volumes:
55

66
services:
77
postgres:
8-
image: postgres:9.5
8+
image: postgres:9.5-alpine
99
volumes:
1010
- postgresdata:/var/lib/postgresql/data
1111
environment:

docker/test/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ volumes:
55

66
services:
77
postgres:
8-
image: postgres:9.5
8+
image: postgres:9.5-alpine
99
volumes:
1010
- postgresdata:/var/lib/postgresql/data
1111
environment:

0 commit comments

Comments
 (0)