Skip to content

Commit

Permalink
feat(validator): upgrade version to v4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cboucheIGN authored and slafayIGN committed Dec 18, 2023
1 parent dd6df22 commit 467f24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN apt-get update -qq \
#----------------------------------------------------------------------
# Setup /opt/ign-validator/validator-cli.jar
#----------------------------------------------------------------------
ARG validator_version=4.4.0
ARG validator_version=4.4.5
RUN mkdir -p /opt/ign-validator \
&& wget --quiet -O ${VALIDATOR_PATH} https://github.com/IGNF/validator/releases/download/v${validator_version}/validator-cli.jar \
&& echo "validator-cli.jar version : $(java -jar /opt/ign-validator/validator-cli.jar version)"
Expand Down
2 changes: 1 addition & 1 deletion download-validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

VALIDATOR_VERSION=${VALIDATOR_VERSION:-4.4.0}
VALIDATOR_VERSION=${VALIDATOR_VERSION:-4.4.5}
URL="https://github.com/IGNF/validator/releases/download/v$VALIDATOR_VERSION/validator-cli.jar"

echo "Downloading validator v${VALIDATOR_VERSION} from ${URL}..."
Expand Down

0 comments on commit 467f24d

Please sign in to comment.