Skip to content

Commit

Permalink
Use Ubuntu base image for JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Jun 16, 2019
1 parent 28b4b82 commit aca3a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workflow "Default workflow for pushes" {
}

action "mvn" {
uses = "docker://maven:3.6.0-jdk-8-alpine"
uses = "docker://maven:3.6.1-jdk-8"
# uses = "docker://martinpaljak/gppro-build"
runs = "mvn"
args = "-U -B verify"
Expand Down

0 comments on commit aca3a41

Please sign in to comment.