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 12
12
# ==============================
13
13
# Stage 1: Native Driver Build
14
14
# ==============================
15
- FROM openjdk:8 -slim as native
15
+ FROM openjdk:8u181 -slim as native
16
16
17
17
# install build dependencies
18
18
RUN 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/
62
62
# =======================
63
63
# Stage 3: Driver Build
64
64
# =======================
65
- FROM openjdk:8 -jre-alpine
65
+ FROM openjdk:8u181 -jre-alpine
66
66
67
67
68
68
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 )
2
2
3
3
bash driver for [ babelfish] ( https://github.com/bblfsh/bblfshd ) .
4
4
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ language: bash
3
3
go-runtime :
4
4
version : ' 1.12-alpine'
5
5
native :
6
- image : ' openjdk:8 -jre-alpine'
6
+ image : ' openjdk:8u181 -jre-alpine'
7
7
static :
8
8
- path : native.sh
9
9
dest : native
10
10
build :
11
- image : ' openjdk:8 -slim'
11
+ image : ' openjdk:8u181 -slim'
12
12
deps :
13
13
- ' apt-get update && apt-get install -y make bash wget gradle'
14
14
run :
You can’t perform that action at this time.
0 commit comments