Fix go docker image version for Pebble

pull/61/head
Richard Körber 2018-03-10 17:36:34 +01:00
parent a9502ff617
commit bd398365c7
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
<name>acme4j/pebble:${project.version}</name>
<build>
<from>golang:latest</from>
<from>golang:1.9</from>
<optimise>true</optimise>
<runCmds>
<run>go get -u -v -d gopkg.in/square/go-jose.v2</run>