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

Commit c5a4b78

Browse files
author
Juanjo Alvarez
committed
Upgrading to openjdk9 since latest version of openjdk 8 is bugged and breaks the build
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent f714fb6 commit c5a4b78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#==============================
66
# Stage 1: Native Driver Build
77
#==============================
8-
FROM openjdk:8-slim as native
8+
FROM openjdk:9-slim as native
99

1010
# install build dependencies
1111
RUN apt update && apt install -y maven
@@ -48,7 +48,7 @@ RUN go test -c -o /tmp/fixtures.test ./driver/fixtures/
4848
#=======================
4949
# Stage 3: Driver Build
5050
#=======================
51-
FROM openjdk:8-jre-alpine
51+
FROM openjdk:9-jre-alpine
5252

5353

5454

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.10-alpine'
55
native:
6-
image: 'openjdk:8-jre-alpine'
6+
image: 'openjdk:9-jre-alpine'
77
static:
88
- path: 'native.sh'
99
dest: 'native'
1010
build:
11-
image: 'openjdk:8-slim'
11+
image: 'openjdk:9-slim'
1212
deps:
1313
- 'apt update && apt install -y maven'
1414
run:

0 commit comments

Comments
 (0)