File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212# ==============================
1313# Stage 1: Native Driver Build
1414# ==============================
15- FROM openjdk:8 -slim as native
15+ FROM openjdk:8u181 -slim as native
1616
1717# install build dependencies
1818RUN apt-get update && apt-get install -y make bash wget gradle
@@ -62,7 +62,7 @@ RUN go test -c -o /tmp/fixtures.test ./driver/fixtures/
6262# =======================
6363# Stage 3: Driver Build
6464# =======================
65- FROM openjdk:8 -jre-alpine
65+ FROM openjdk:8u181 -jre-alpine
6666
6767
6868
Original file line number Diff line number Diff line change 1- # Bash driver for [ Babelfish] ( https://github.com/bblfsh/bblfshd ) ![ Driver Status] ( https://img.shields.io/badge/status-beta-dbd25c.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 -aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.12-63afbf.svg )
1+ # Bash driver for [ Babelfish] ( https://github.com/bblfsh/bblfshd ) ![ Driver Status] ( https://img.shields.io/badge/status-beta-dbd25c.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-8u181 -aa93ea.svg ) ![ Go Version] ( https://img.shields.io/badge/go%20version-1.12-63afbf.svg )
22
33bash driver for [ babelfish] ( https://github.com/bblfsh/bblfshd ) .
44
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ language: bash
33go-runtime :
44 version : ' 1.12-alpine'
55native :
6- image : ' openjdk:8 -jre-alpine'
6+ image : ' openjdk:8u181 -jre-alpine'
77 static :
88 - path : native.sh
99 dest : native
1010 build :
11- image : ' openjdk:8 -slim'
11+ image : ' openjdk:8u181 -slim'
1212 deps :
1313 - ' apt-get update && apt-get install -y make bash wget gradle'
1414 run :
You can’t perform that action at this time.
0 commit comments