From f16a7607eac8fb98e4163f962abfcb7e3f5cbb11 Mon Sep 17 00:00:00 2001 From: Juanjo Alvarez Date: Thu, 15 Mar 2018 15:13:20 +0100 Subject: [PATCH] Alpine 3.7 + Go 1.9 Signed-off-by: Juanjo Alvarez --- .travis.yml | 2 +- Dockerfile.build.tpl | 2 +- Dockerfile.tpl | 2 +- README.md | 2 +- manifest.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6be87508..58f9465e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.8 + - 1.9 services: - docker diff --git a/Dockerfile.build.tpl b/Dockerfile.build.tpl index 09f8359f..11b9f8f1 100644 --- a/Dockerfile.build.tpl +++ b/Dockerfile.build.tpl @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:3.7 RUN mkdir -p /opt/driver/src && \ adduser $BUILD_USER -u $BUILD_UID -D -h /opt/driver/src diff --git a/Dockerfile.tpl b/Dockerfile.tpl index 4ea03a7e..7be7e662 100644 --- a/Dockerfile.tpl +++ b/Dockerfile.tpl @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:3.7 MAINTAINER source{d} ARG DEVDEPS=native/dev_deps diff --git a/README.md b/README.md index faafeea7..d64af023 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# python-driver ![Driver Status](https://img.shields.io/badge/status-beta-dbd25c.svg) [![Build Status](https://travis-ci.org/bblfsh/python-driver.svg?branch=master)](https://travis-ci.org/bblfsh/python-driver) ![Native Version](https://img.shields.io/badge/python%20version-3.6.2-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.8-63afbf.svg) +# python-driver ![Driver Status](https://img.shields.io/badge/status-beta-dbd25c.svg) [![Build Status](https://travis-ci.org/bblfsh/python-driver.svg?branch=master)](https://travis-ci.org/bblfsh/python-driver) ![Native Version](https://img.shields.io/badge/python%20version-3.6.2-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.9-63afbf.svg) diff --git a/manifest.toml b/manifest.toml index 61a2e0a5..1e4bf869 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,5 +5,5 @@ features = ["ast","uast","roles"] [runtime] os = "alpine" - go_version = "1.8" + go_version = "1.9" native_version = ["3.6.2"]