Skip to content

Commit

Permalink
pin openjdk image version
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Smirnov <[email protected]>
  • Loading branch information
Denys Smirnov authored and dennwc committed May 28, 2019
1 parent 2e95163 commit f5a2fbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#==============================
# Stage 1: Native Driver Build
#==============================
FROM openjdk:8-slim as native
FROM openjdk:8u181-slim as native

# install build dependencies
RUN apt-get update && apt-get install -y make bash wget gradle
Expand Down Expand Up @@ -62,7 +62,7 @@ RUN go test -c -o /tmp/fixtures.test ./driver/fixtures/
#=======================
# Stage 3: Driver Build
#=======================
FROM openjdk:8-jre-alpine
FROM openjdk:8u181-jre-alpine



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 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)
# 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)

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

Expand Down
4 changes: 2 additions & 2 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ language: bash
go-runtime:
version: '1.12-alpine'
native:
image: 'openjdk:8-jre-alpine'
image: 'openjdk:8u181-jre-alpine'
static:
- path: native.sh
dest: native
build:
image: 'openjdk:8-slim'
image: 'openjdk:8u181-slim'
deps:
- 'apt-get update && apt-get install -y make bash wget gradle'
run:
Expand Down

0 comments on commit f5a2fbe

Please sign in to comment.