Skip to content

Commit af61c30

Browse files
authored
Merge pull request #2 from beevelop/xenial
Use Ubuntu Xenial Xerus as new base image
2 parents 3c8ffe9 + 6f14884 commit af61c30

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM ubuntu-debootstrap:wily
1+
FROM beevelop/base
2+
23
MAINTAINER Maik Hummel <[email protected]>
34

45
# required to use add-apt-repository

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![Beevelop](https://links.beevelop.com/honey-badge)](https://beevelop.com)
55

66
![beevelop/java](/icon.png?raw=true)
7-
# Java 8 (1.8.0_66)
8-
### based on Ubuntu 15.10 (Wily Werewolf)
7+
# Java 8 (1.8.0_111)
8+
### based on Ubuntu 16.04 (Xenial Xerus)
99
----
1010
### Pull from Docker Hub
1111
```

0 commit comments

Comments
 (0)