Upgrade to golang:1.10-alpine
This commit is contained in:
parent
a5b3e747a0
commit
db5dbbe4e9
@ -1,7 +1,7 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.8
|
||||
- "1.10"
|
||||
|
||||
sudo: required
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM golang:1.8-alpine
|
||||
FROM golang:1.10-alpine
|
||||
|
||||
VOLUME /config
|
||||
EXPOSE 6060 6061
|
||||
|
Loading…
Reference in New Issue
Block a user