mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 13:52:27 +00:00
[jenkins] Upgrade base to java:8-jdk
This commit is contained in:
parent
dd0bcda23c
commit
7651cc658e
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
FROM itzg/ubuntu-openjdk-7
|
||||
FROM java:openjdk-8u72-jdk
|
||||
|
||||
MAINTAINER itzg
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install curl && apt-get clean
|
||||
|
||||
ADD download-and-start.sh /download-and-start
|
||||
|
||||
ENV JENKINS_HOME /data
|
||||
|
|
Loading…
Reference in a new issue