Skip to content

Commit

Permalink
Merge pull request #36 from juanjux/feature/alpine37
Browse files Browse the repository at this point in the history
Alpine 3.7 + Go 1.9
  • Loading branch information
juanjux authored Mar 15, 2018
2 parents 0313334 + 566f5a8 commit 8363fd5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.8
- 1.9

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build.tpl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.7

ARG RUNTIME_NATIVE_VERSION
ENV RUNTIME_NATIVE_VERSION $RUNTIME_NATIVE_VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# 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)

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

Expand Down
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ bash driver for [babelfish](https://github.com/bblfsh/bblfshd).

[runtime]
os = "alpine"
go_version = "1.8"
native_version = ["8.131.11-r2"]
go_version = "1.9"
native_version = ["8.151.12-r0"]

0 comments on commit 8363fd5

Please sign in to comment.