Skip to content

Commit 30c73f8

Browse files
author
Sylvain Fraïssé
committed
refact: use an alpine image to increase build time
1 parent e05d015 commit 30c73f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/pre_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ echo "=> Building the junit runner jar file"
33
docker run \
44
-v $(pwd):/usr/src/junit-runner \
55
-w /usr/src/junit-runner \
6-
maven:3 \
6+
maven:3-alpine \
77
mvn clean package

0 commit comments

Comments
 (0)