Skip to content

Commit

Permalink
Contrast-Finder v0.9.5
Browse files Browse the repository at this point in the history
----------------------

  set version to 0.9.5
  updated QA tools (history)
  added i18n issue template
  updated i18n files (about.*)
  Fixed #215 - Added informations in browser's debugging console
  typo
  Outdated dependency: #208 #209 #210 #211 #212 #214
  Outdated dependency: #205 #206 #207
  Doc / Other tools: added cloudflare.design/color/
  fixed #203 / fixed #204 (outdated dependencies)
  updated xml files: adding license header + some missing xml declaration
  updated pom.xml files: adding license header + some missing xml declaration
  updated the copyright date (.java and pom.xml files)
  set version to 0.9.5-SNAPSHOT
  • Loading branch information
dzc34 committed May 1, 2019
2 parents 1c0848e + c2d568f commit b3d5375
Show file tree
Hide file tree
Showing 101 changed files with 731 additions and 186 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/i18n.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Translation (i18n)
about: Modify a translation or add a new language?
title: ''
labels: 'i18n'
assignees: ''
---
<!-- Thanks for filing an issue 😄 !
Before you submit, please read the following:
search open/closed issues before submitting since someone might have asked the same thing before! -->

# Translation (i18n)
<!--- Provide a general summary of the issue here. -->

## Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->



<!-- By the way, thank you **very** much
for contributing to Contrast-Finder! -->
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# CHANGELOG

Contrast-Finder 0.9.5, 2019-05-01
---------------------------------

Upgrade-o-meter: just replace the .war file and restart Tomcat

### Outdated dependencies
- [#205 - Upgraded SpringFramework (4.3.23 instead of 4.3.21)](https://github.com/Asqatasun/Contrast-Finder/issues/205)
- [#206 - Upgraded spring-security (4.2.12 instead of 4.2.10)](https://github.com/Asqatasun/Contrast-Finder/issues/206)
- [#207 - Upgraded javaee-web-api (8.0.1 instead of 8.0)](https://github.com/Asqatasun/Contrast-Finder/issues/207)
- [#208 - Upgraded jacoco-maven-plugin (0.8.3 instead of 0.8.2)](https://github.com/Asqatasun/Contrast-Finder/issues/208)
- [#209 - Upgraded owasp dependency-check (5.0.0-M2 instead of 3.3.4)](https://github.com/Asqatasun/Contrast-Finder/issues/209)
- [#210 - Upgraded maven-javadoc-plugin (3.1.0 instead of 3.0.1)](https://github.com/Asqatasun/Contrast-Finder/issues/210)
- [#211 - Upgraded maven-surefire-plugin (3.0.0-M3 instead of 3.0.0-M1)](https://github.com/Asqatasun/Contrast-Finder/issues/211)
- [#212 - Upgraded maven-jar-plugin (3.1.1 instead of 3.1.0)](https://github.com/Asqatasun/Contrast-Finder/issues/212)
- [#214 - Upgraded commons-collections4 (4.3 instead of 4.2)](https://github.com/Asqatasun/Contrast-Finder/issues/214)

### Improvement
- [#215 - Added informations in browser's debugging console](https://github.com/Asqatasun/Contrast-Finder/issues/215)

### Task
- updated the copyright date (.java and pom.xml files)
- updated xml files: adding license header + some missing xml declaration


Contrast-Finder 0.9.4, 2018-12-30
---------------------------------

Expand Down
4 changes: 2 additions & 2 deletions dist./debian_package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>dist</artifactId>
<version>0.9.4</version>
<version>0.9.5</version>
</parent>
<artifactId>contrast-finder-dist_debian-packages</artifactId>
<version>0.9.4</version>
<version>0.9.5</version>
<packaging>jar</packaging>
<name>contrast-finder-dist_debian-packages</name>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion dist./debian_package/src/deb/tomcat7/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This package was contrast-finder-webapp by [email protected]

It was downloaded from https://github.com/Asqatasun/Contrast-Finder/

Copyright (c) 2008-2018 Contrast-Finder.org
Copyright (c) 2008-2019 Contrast-Finder.org

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion dist./debian_package/src/deb/tomcat8/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This package was contrast-finder-webapp by [email protected]

It was downloaded from https://github.com/Asqatasun/Contrast-Finder/

Copyright (c) 2008-2018 Contrast-Finder.org
Copyright (c) 2008-2019 Contrast-Finder.org

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
20 changes: 18 additions & 2 deletions dist./pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file is part of Contrast Finder.
Copyright (C) 2008-2019 Contrast-Finder.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see http://www.gnu.org/licenses/ -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.asqatasun</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.9.4</version>
<version>0.9.5</version>
</parent>
<artifactId>dist</artifactId>
<version>0.9.4</version>
<version>0.9.5</version>
<packaging>pom</packaging>
<name>contrast-finder-dist</name>
<licenses>
Expand Down
6 changes: 3 additions & 3 deletions docker/RELEASE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Supported tags and respective `Dockerfile` links :
* [pre-requisites_Alpine_tomcat-8.5](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/pre-requisites/pre-requisites_Alpine_tomcat-8.5/Dockerfile)

### Releases
* [latest, v0.9.4, ubuntu-18.04](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/RELEASE/ubuntu-18.04_tomcat-8.5/Dockerfile)
* [alpine, v0.9.4_alpine, alpine_tomcat-8.5](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/RELEASE/alpine_tomcat-8.5/Dockerfile)
* [v0.9.3](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.3/docker/RELEASE/Dockerfile), [v0.9.2](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.2/docker/RELEASE/Dockerfile), [v0.9.1](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.1/docker/RELEASE/Dockerfile), [v0.9.0](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.0/docker/RELEASE/Dockerfile),
* [latest, v0.9.5, ubuntu-18.04](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/RELEASE/ubuntu-18.04_tomcat-8.5/Dockerfile)
* [alpine, v0.9.5_alpine, alpine_tomcat-8.5](https://github.com/Asqatasun/Contrast-Finder/blob/master/docker/RELEASE/alpine_tomcat-8.5/Dockerfile)
* [v0.9.4](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.4/docker/RELEASE/Dockerfile), [v0.9.3](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.3/docker/RELEASE/Dockerfile), [v0.9.2](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.2/docker/RELEASE/Dockerfile), [v0.9.1](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.1/docker/RELEASE/Dockerfile), [v0.9.0](https://github.com/Asqatasun/Contrast-Finder/blob/v0.9.0/docker/RELEASE/Dockerfile),
* [v0.8.6](https://github.com/Asqatasun/Contrast-Finder/blob/v0.8.6/docker/RELEASE/Dockerfile), [v0.7.0](https://github.com/Asqatasun/Contrast-Finder/blob/v0.7.0/docker/RELEASE/Dockerfile), [v0.6.0](https://github.com/Asqatasun/Contrast-Finder/blob/v0.6.0/docker/RELEASE/Dockerfile), [v0.5.2](https://github.com/Asqatasun/Contrast-Finder/blob/v0.5.2/docker/RELEASE/Dockerfile)

## How to use this image
Expand Down
10 changes: 5 additions & 5 deletions docker/RELEASE/alpine_tomcat-7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM asqatasun/contrast-finder:pre-requisites_Alpine_tomcat-7
LABEL org.label-schema.schema-version = "1.0.0-rc.1" \
org.label-schema.name = "Contrast-Finder - WebApp (tomcat7 < jdk7 < alpine 3.7)" \
org.label-schema.version = "0.9.4" \
org.label-schema.version = "0.9.5" \
org.label-schema.url = "https://contrast-finder.org" \
org.label-schema.vcs-url = "https://github.com/Asqatasun/Contrast-Finder" \
org.label-schema.docker.cmd = "docker run -p 8087:8080 -d asqatasun/contrast-finder:alpine" \
Expand All @@ -13,9 +13,9 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
#
# --- Building this docker image
# docker build -t asqatasun/contrast-finder .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.4 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/contrast-finder-webapp_0.9.4.tar.gz .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.5 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/contrast-finder-webapp_0.9.5.tar.gz .
#
# --- Launch a container
# docker run -p 127.0.0.1:8087:8080 --name contrast.finder -d asqatasun/contrast-finder
Expand All @@ -39,7 +39,7 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
###################################################################

# build variables
ARG CONTRAST_FINDER_RELEASE="0.9.4"
ARG CONTRAST_FINDER_RELEASE="0.9.5"
ARG SRC_URL_PREFIX="https://github.com/Asqatasun/Contrast-Finder/releases/download/v${CONTRAST_FINDER_RELEASE}"
ARG SRC_URL="${SRC_URL_PREFIX}/contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz"

Expand Down
10 changes: 5 additions & 5 deletions docker/RELEASE/alpine_tomcat-8.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM asqatasun/contrast-finder:pre-requisites_Alpine_tomcat-8.5
LABEL org.label-schema.schema-version = "1.0.0-rc.1" \
org.label-schema.name = "Contrast-Finder - WebApp (tomcat 8.5 < jdk 8 < alpine 3.7)" \
org.label-schema.version = "0.9.4" \
org.label-schema.version = "0.9.5" \
org.label-schema.url = "https://contrast-finder.org" \
org.label-schema.vcs-url = "https://github.com/Asqatasun/Contrast-Finder" \
org.label-schema.docker.cmd = "docker run -p 8087:8080 -d asqatasun/contrast-finder:alpine" \
Expand All @@ -13,9 +13,9 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
#
# --- Building this docker image
# docker build -t asqatasun/contrast-finder .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.4 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/contrast-finder-webapp_0.9.4.tar.gz .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.5 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/contrast-finder-webapp_0.9.5.tar.gz .
#
# --- Launch a container
# docker run -p 127.0.0.1:8087:8080 --name contrast.finder -d asqatasun/contrast-finder
Expand All @@ -39,7 +39,7 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
###################################################################

# build variables
ARG CONTRAST_FINDER_RELEASE="0.9.4"
ARG CONTRAST_FINDER_RELEASE="0.9.5"
ARG SRC_URL_PREFIX="https://github.com/Asqatasun/Contrast-Finder/releases/download/v${CONTRAST_FINDER_RELEASE}"
ARG SRC_URL="${SRC_URL_PREFIX}/contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz"

Expand Down
10 changes: 5 additions & 5 deletions docker/RELEASE/ubuntu-14.04_tomcat-7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM asqatasun/contrast-finder:pre-requisites_Ubuntu-14.04_tomcat-7
LABEL org.label-schema.schema-version = "1.0.0-rc.1" \
org.label-schema.name = "Contrast-Finder - WebApp (Ubuntu 14.04 - Tomcat 7)" \
org.label-schema.version = "0.9.4" \
org.label-schema.version = "0.9.5" \
org.label-schema.url = "https://contrast-finder.org" \
org.label-schema.vcs-url = "https://github.com/Asqatasun/Contrast-Finder" \
org.label-schema.docker.cmd = "docker run -p 8087:8080 -d asqatasun/contrast-finder" \
Expand All @@ -13,9 +13,9 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
#
# --- Building this docker image
# docker build -t asqatasun/contrast-finder .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.4 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/contrast-finder-webapp_0.9.4.tar.gz .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.5 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/contrast-finder-webapp_0.9.5.tar.gz .
#
# --- Launch a container
# docker run -p 127.0.0.1:8087:8080 --name contrast.finder -d asqatasun/contrast-finder
Expand All @@ -37,7 +37,7 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
###################################################################

# build variables
ARG CONTRAST_FINDER_RELEASE="0.9.4"
ARG CONTRAST_FINDER_RELEASE="0.9.5"
ARG SRC_URL_PREFIX="https://github.com/Asqatasun/Contrast-Finder/releases/download/v${CONTRAST_FINDER_RELEASE}"
ARG SRC_URL="${SRC_URL_PREFIX}/contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz"

Expand Down
10 changes: 5 additions & 5 deletions docker/RELEASE/ubuntu-16.04_tomcat-7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM asqatasun/contrast-finder:pre-requisites_Ubuntu-16.04_tomcat-7
LABEL org.label-schema.schema-version = "1.0.0-rc.1" \
org.label-schema.name = "Contrast-Finder - WebApp (Ubuntu 16.04 - Tomcat 7)" \
org.label-schema.version = "0.9.4" \
org.label-schema.version = "0.9.5" \
org.label-schema.url = "https://contrast-finder.org" \
org.label-schema.vcs-url = "https://github.com/Asqatasun/Contrast-Finder" \
org.label-schema.docker.cmd = "docker run -p 8087:8080 -d asqatasun/contrast-finder" \
Expand All @@ -13,9 +13,9 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
#
# --- Building this docker image
# docker build -t asqatasun/contrast-finder .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.4 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/contrast-finder-webapp_0.9.4.tar.gz .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.5 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/contrast-finder-webapp_0.9.5.tar.gz .
#
# --- Launch a container
# docker run -p 127.0.0.1:8087:8080 --name contrast.finder -d asqatasun/contrast-finder
Expand All @@ -37,7 +37,7 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
###################################################################

# build variables
ARG CONTRAST_FINDER_RELEASE="0.9.4"
ARG CONTRAST_FINDER_RELEASE="0.9.5"
ARG SRC_URL_PREFIX="https://github.com/Asqatasun/Contrast-Finder/releases/download/v${CONTRAST_FINDER_RELEASE}"
ARG SRC_URL="${SRC_URL_PREFIX}/contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz"

Expand Down
10 changes: 5 additions & 5 deletions docker/RELEASE/ubuntu-18.04_tomcat-8.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM asqatasun/contrast-finder:pre-requisites_Ubuntu-18.04_tomcat-8.5
LABEL org.label-schema.schema-version = "1.0.0-rc.1" \
org.label-schema.name = "Contrast-Finder - WebApp (Ubuntu 18.04 - Tomcat 8.5, Java 10)" \
org.label-schema.version = "0.9.4" \
org.label-schema.version = "0.9.5" \
org.label-schema.url = "https://contrast-finder.org" \
org.label-schema.vcs-url = "https://github.com/Asqatasun/Contrast-Finder" \
org.label-schema.docker.cmd = "docker run -p 8087:8080 -d asqatasun/contrast-finder" \
Expand All @@ -13,9 +13,9 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
#
# --- Building this docker image
# docker build -t asqatasun/contrast-finder .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.4 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.4/contrast-finder-webapp_0.9.4.tar.gz .
# docker build -t asqatasun/contrast-finder --build-arg CONTRAST_FINDER_RELEASE=0.9.5 .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL_PREFIX=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/ .
# docker build -t asqatasun/contrast-finder --build-arg SRC_URL=https://github.com/Asqatasun/Contrast-Finder/releases/download/v0.9.5/contrast-finder-webapp_0.9.5.tar.gz .
#
# --- Launch a container
# docker run -p 127.0.0.1:8087:8080 --name contrast.finder -d asqatasun/contrast-finder
Expand All @@ -37,7 +37,7 @@ LABEL org.label-schema.schema-version = "1.0.0-rc.1"
###################################################################

# build variables
ARG CONTRAST_FINDER_RELEASE="0.9.4"
ARG CONTRAST_FINDER_RELEASE="0.9.5"
ARG SRC_URL_PREFIX="https://github.com/Asqatasun/Contrast-Finder/releases/download/v${CONTRAST_FINDER_RELEASE}"
ARG SRC_URL="${SRC_URL_PREFIX}/contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion docker/SNAPSHOT-local/distrib/alpine_tomcat-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM asqatasun/contrast-finder:pre-requisites_Alpine_tomcat-7
###################################################################

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.9.4"
ENV CONTRAST_FINDER_RELEASE="0.9.5"

# Add contrast-finder .war
ADD contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz /root
Expand Down
2 changes: 1 addition & 1 deletion docker/SNAPSHOT-local/distrib/alpine_tomcat-8.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM asqatasun/contrast-finder:pre-requisites_Alpine_tomcat-8.5


# environment variables
ENV CONTRAST_FINDER_RELEASE="0.9.4"
ENV CONTRAST_FINDER_RELEASE="0.9.5"

# Add contrast-finder .war
ADD contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz /root
Expand Down
2 changes: 1 addition & 1 deletion docker/SNAPSHOT-local/distrib/alpine_tomcat-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM asqatasun/contrast-finder:pre-requisites_Alpine_tomcat-9


# environment variables
ENV CONTRAST_FINDER_RELEASE="0.9.4"
ENV CONTRAST_FINDER_RELEASE="0.9.5"

# Add contrast-finder .war
ADD contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz /root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM asqatasun/contrast-finder:pre-requisites_Debian-9_tomcat-8.5
###################################################################

# environment variables
ENV CONTRAST_FINDER_RELEASE="0.9.4"
ENV CONTRAST_FINDER_RELEASE="0.9.5"

# Add contrast-finder .war
ADD contrast-finder-webapp_${CONTRAST_FINDER_RELEASE}.tar.gz /root
Expand Down
Loading

0 comments on commit b3d5375

Please sign in to comment.