From 27efd470d8f23fc681f4063c16430796daf2d43d Mon Sep 17 00:00:00 2001 From: Vincent Sellier <vsellier@exoplatform.com> Date: Mon, 25 Feb 2019 23:38:55 +0100 Subject: [PATCH] Upgrade to version 1.2.2 --- cozystack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cozystack/Dockerfile b/cozystack/Dockerfile index 3750815..2a1660a 100644 --- a/cozystack/Dockerfile +++ b/cozystack/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable-slim AS installer -ARG COZY_VERSION=1.2.1 +ARG COZY_VERSION=1.2.2 ARG NODE_VERSION=8.11.3 WORKDIR /tmp -- GitLab