From dae2d6296ac0927e44ac2cd38f21bfc86bcd68c7 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Thu, 5 Nov 2015 21:32:34 +0100 Subject: [PATCH] use latest OpenJDK base image with TrustStore fix --- Dockerfile | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 761581c..e0413db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM zalando/openjdk:8u66-b17-1-1 +FROM zalando/openjdk:8u66-b17-1-2 MAINTAINER Zalando SE diff --git a/project.clj b/project.clj index d3dd050..0b56faf 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.zalando.stups/pierone "1.9.0-SNAPSHOT" +(defproject org.zalando.stups/pierone "1.8.2" :description "Pier One Docker Registry" :url "https://github.com/zalando-stups/pierone" :license {:name "Apache License"