Skip to content

Commit

Permalink
Issue #21 - use frozen docker image for java build
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Aug 17, 2020
1 parent 80ad57c commit c81bc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tasks:
deadline: {$fromNow: '1 day'}
payload:
maxRunTime: 3600
image: 'maven'
image: 'maven:3.6.3-openjdk-8'
command:
- /bin/bash
- '-c'
Expand Down

0 comments on commit c81bc86

Please sign in to comment.