Skip to content

Commit fc8b6d8

Browse files
authored
update to openjdk-8u201 base image (wurstmeister#485)
1 parent f570cff commit fc8b6d8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
Kafka features are not tied to a specific kafka-docker version (ideally all changes will be merged into all branches). Therefore, this changelog will track changes to the image by date.
55

6+
15-Apr-2019
7+
-----------
8+
9+
- Update base image to openjdk:8u201-jre-alpine
10+
611
27-Mar-2019
712
-----------
813

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8u191-jre-alpine
1+
FROM openjdk:8u201-jre-alpine
22

33
ARG kafka_version=2.2.0
44
ARG scala_version=2.12

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Everytime the image is updated, all tags will be pushed with the latest updates.
3232

3333
## Announcements
3434

35-
* **01-Feb-2019** - Update base image to openjdk 191 ([Release notes](https://www.oracle.com/technetwork/java/javase/8u191-relnotes-5032181.html)). Please force pull to get these latest updates - including security patches etc.
35+
* **15-Apr-2019** - Update base image to openjdk 201 ([Release notes](https://www.oracle.com/technetwork/java/javase/8u201-relnotes-5209271.html). Please force pull to get these latest updates - including security patches etc.
3636

3737
---
3838

0 commit comments

Comments
 (0)