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

Commit d7816a1

Browse files
Denys Smirnovdennwc
Denys Smirnov
authored andcommitted
pin the openjdk image version
Signed-off-by: Denys Smirnov <denys@sourced.tech>
1 parent 1ce6fdc commit d7816a1

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 update && apt install -y maven
@@ -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-
# 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)
1+
# 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)
22

33
Development Environment
44
-----------------------

build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ language: cpp
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 update && apt install -y maven'
1414
run:

0 commit comments

Comments
 (0)