🎉 Update devenv: ubuntu:xenial->bionic, java: jdk8->jdk12 (zulu-openjdk).

This commit is contained in:
Andrey Antukh 2019-09-17 16:14:49 +00:00
parent 08860e0f25
commit 4db8de8d9d
3 changed files with 23 additions and 19 deletions

View file

@ -1,8 +1,7 @@
FROM openjdk:8-jre
FROM azul/zulu-openjdk:12
LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
LABEL maintainer="Monogramm Maintainers <opensource at monogramm dot io>"
ENV CLOJURE_VERSION=1.10.0.442 \
ENV CLOJURE_VERSION=1.10.1.469 \
LANG=en_US.UTF-8 \
LC_ALL=C.UTF-8
@ -10,6 +9,7 @@ RUN set -ex; \
apt-get update -yq && \
apt-get install -yq \
curl \
wget \
rsync \
git \
imagemagick \