From 39310008a100ab122b37a4e89afea90f20f3a4ed Mon Sep 17 00:00:00 2001 From: mlbiam Date: Thu, 1 Oct 2020 08:40:21 -0400 Subject: [PATCH] update to new js operator libs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8aa6fa3..65c9ad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 MAINTAINER Tremolo Security, Inc. - Docker ENV JDK_VERSION=1.8.0 \ - OPENUNISON_OPERATOR_VERSION=1.0.0 + OPENUNISON_OPERATOR_VERSION=1.1.0 LABEL io.k8s.description="OpenUnison operator" \ io.k8s.display-name="OpenUnison Operator"