Skip to content

Commit

Permalink
#129: reuse lightweight latsest-alpine images
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelendik committed Apr 5, 2020
1 parent 40db56d commit dcec6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
- "50000:50000"
restart: always
jenkins-slave-api:
image: qaprosoft/jenkins-slave
image: qaprosoft/jenkins-slave:latest-alpine
env_file:
- variables.env
environment:
Expand All @@ -81,7 +81,7 @@ services:
- "jenkins-master"
restart: always
jenkins-slave-web:
image: qaprosoft/jenkins-slave
image: qaprosoft/jenkins-slave:latest-alpine
env_file:
- variables.env
environment:
Expand Down

0 comments on commit dcec6b5

Please sign in to comment.