Skip to content

Commit 8363fd5

Browse files
authored
Merge pull request #36 from juanjux/feature/alpine37
Alpine 3.7 + Go 1.9
2 parents 0313334 + 566f5a8 commit 8363fd5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.8
4+
- 1.9
55

66
services:
77
- docker

Dockerfile.build.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.6
1+
FROM alpine:3.7
22

33
RUN mkdir -p /opt/driver/src && \
44
adduser ${BUILD_USER} -u ${BUILD_UID} -D -h /opt/driver/src

Dockerfile.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.6
1+
FROM alpine:3.7
22

33
ARG RUNTIME_NATIVE_VERSION
44
ENV RUNTIME_NATIVE_VERSION $RUNTIME_NATIVE_VERSION

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bash-driver ![Driver Status](https://img.shields.io/badge/status-alpha-db975c.svg) [![Build Status](https://travis-ci.org/bblfsh/bash-driver.svg?branch=master)](https://travis-ci.org/bblfsh/bash-driver) ![Native Version](https://img.shields.io/badge/bash%20version-8.131.11--r2-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.8-63afbf.svg)
1+
# bash-driver ![Driver Status](https://img.shields.io/badge/status-alpha-db975c.svg) [![Build Status](https://travis-ci.org/bblfsh/bash-driver.svg?branch=master)](https://travis-ci.org/bblfsh/bash-driver) ![Native Version](https://img.shields.io/badge/bash%20version-8.151.12--r0-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.9-63afbf.svg)
22

33
bash driver for [babelfish](https://github.com/bblfsh/bblfshd).
44

manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ bash driver for [babelfish](https://github.com/bblfsh/bblfshd).
1010

1111
[runtime]
1212
os = "alpine"
13-
go_version = "1.8"
14-
native_version = ["8.131.11-r2"]
13+
go_version = "1.9"
14+
native_version = ["8.151.12-r0"]

0 commit comments

Comments
 (0)