From 26ffb250b9671d9ad9c2a63d0f2682cc4d612213 Mon Sep 17 00:00:00 2001 From: Piotr Mankowski Date: Tue, 18 Jan 2022 21:12:26 -0800 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 038f2ca..5036e63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM maven:3.6-jdk-8 as download ARG USERNAME ARG TOKEN -ARG ISANTEPLUS_VERSION=v2.0.2 +ARG ISANTEPLUS_VERSION=v2.1.0 RUN apt-get update; \ apt-get install -y --no-install-recommends \ From abcf950323ccd617c9e71401bd583da7c6e7fd97 Mon Sep 17 00:00:00 2001 From: Piotr Mankowski Date: Tue, 18 Jan 2022 21:21:10 -0800 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5036e63..6ee1ba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM maven:3.6-jdk-8 as download ARG USERNAME ARG TOKEN -ARG ISANTEPLUS_VERSION=v2.1.0 +ARG ISANTEPLUS_VERSION=v2.1.1 RUN apt-get update; \ apt-get install -y --no-install-recommends \