Skip to content

Commit bc6c172

Browse files
committed
Pass in PGVersion in test
1 parent 59f141d commit bc6c172

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ version: "3"
22

33
services:
44
postgres:
5-
build: build
6-
# image: postgres:${PGVERSION:-latest}
5+
build:
6+
context: build
7+
args:
8+
- PGVERSION=${PGVERSION}
79
user: postgres
810
command:
911
- "postgres"

0 commit comments

Comments
 (0)