kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit fa109725eed97d1e03bef6abad96465372bd18e0
parent 30ab464b91ee398187a6c053d7b84988fc6dcd27
Author: Joris Vink <joris@coders.se>
Date:   Thu, 21 May 2015 14:10:48 +0200

Bump KORE_VERSION to 1.2.3 in preparation for release.

Diffstat:
docker/app/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile @@ -1,7 +1,7 @@ FROM kore/build MAINTAINER Thordur I. Bjornsson <thorduri@secnorth.net> -ENV KORE_VERSION 1.2.2 +ENV KORE_VERSION 1.2.3 WORKDIR /kore