diff options
Diffstat (limited to 'src/ci/scripts/container_webtest.sh')
-rwxr-xr-x | src/ci/scripts/container_webtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/scripts/container_webtest.sh b/src/ci/scripts/container_webtest.sh index e5020c407..36818d01a 100755 --- a/src/ci/scripts/container_webtest.sh +++ b/src/ci/scripts/container_webtest.sh @@ -38,7 +38,7 @@ # # Always change the version, if your Dockerfile or scripts of the container change -CONTAINER_VERSION="1.1" +CONTAINER_VERSION="1.2" CONTAINER_NAME="archiva/selenium" DOCKER_CFG="webtest" INSTANCE_NAME="archiva-webtest" |