Skip to content

Commit f5a2fbe

Browse files
Denys Smirnovdennwc
authored andcommitted
pin openjdk image version
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 2e95163 commit f5a2fbe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
1818
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/
6262
#=======================
6363
# Stage 3: Driver Build
6464
#=======================
65-
FROM openjdk:8-jre-alpine
65+
FROM openjdk:8u181-jre-alpine
6666

6767

6868

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

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

build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ language: bash
33
go-runtime:
44
version: '1.12-alpine'
55
native:
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:

0 commit comments

Comments
 (0)