Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
pin the openjdk image version
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Smirnov <denys@sourced.tech>
  • Loading branch information
Denys Smirnov authored and dennwc committed May 28, 2019
1 parent 1ce6fdc commit d7816a1
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 update && apt install -y maven
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 @@
# C++ 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/cpp-driver.svg?branch=master)](https://travis-ci.org/bblfsh/cpp-driver) ![Native Version](https://img.shields.io/badge/cpp%20version-8-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.12-63afbf.svg)
# C++ 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/cpp-driver.svg?branch=master)](https://travis-ci.org/bblfsh/cpp-driver) ![Native Version](https://img.shields.io/badge/cpp%20version-8u181-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.12-63afbf.svg)

Development Environment
-----------------------
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: cpp
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 update && apt install -y maven'
run:
Expand Down

0 comments on commit d7816a1

Please # to comment.