Skip to content

Commit

Permalink
Merge pull request #35 from raphaelrpl/b4.0.10
Browse files Browse the repository at this point in the history
Update version to 4.0.10
  • Loading branch information
raphaelrpl committed Apr 30, 2019
2 parents 8496e0c + 76d320d commit b59f02f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
@@ -1,6 +1,6 @@
TERRAMA2_PROJECT_NAME=terrama2
TERRAMA2_DOCKER_REGISTRY=terrama2
TERRAMA2_TAG=4.0.9
TERRAMA2_TAG=4.0.10
TERRAMA2_CONFIG_DIR=./conf
TERRAMA2_DATA_DIR=data_vol
TERRAMA2_WEBAPP_ADDRESS=127.0.0.1:36000
Expand Down
6 changes: 3 additions & 3 deletions BUILD.md
Expand Up @@ -31,15 +31,15 @@ After that, just run script **build-image.sh** to build:
## Publishing the Generated TerraMA² Images

```bash
docker push terrama2/terrama2:4.0.9
docker push terrama2/terrama2:4.0.10
```

```bash
docker push terrama2/terrama2-webapp:4.0.9
docker push terrama2/terrama2-webapp:4.0.10
```

```bash
docker push terrama2/terrama2-webmonitor:4.0.9
docker push terrama2/terrama2-webmonitor:4.0.10
```


Expand Down

0 comments on commit b59f02f

Please sign in to comment.