Skip to content

Commit

Permalink
update tags
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Nov 13, 2020
1 parent affd4ac commit 5550387
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ localnet:


up: down
LOTUS_IMAGE_TAG=v1.1.2 \
LOTUS_IMAGE_TAG=v1.1.3 \
docker-compose \
-p mainnet \
-f docker-compose.yaml \
Expand All @@ -26,7 +26,7 @@ up: down
.PHONY: up

down:
LOTUS_IMAGE_TAG=v1.1.2 \
LOTUS_IMAGE_TAG=v1.1.3 \
docker-compose \
-p mainnet \
-f docker-compose.yaml \
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-localnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- 5001:5001

lotus:
image: textile/lotus-devnet:sha-75a06ed
image: textile/lotus-devnet:v1.1.3
ports:
- 7777:7777
environment:
Expand Down
2 changes: 1 addition & 1 deletion tests/ldevnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func LaunchDevnetDocker(t TestingTWithCleanup, numMiners int, ipfsMaddr string,
}

repository := "textile/lotus-devnet"
tag := "sha-75a06ed"
tag := "v1.1.3"
lotusDevnet, err := pool.RunWithOptions(&dockertest.RunOptions{Repository: repository, Tag: tag, Env: envs, Mounts: mounts})
require.NoError(t, err)
err = lotusDevnet.Expire(180)
Expand Down

0 comments on commit 5550387

Please sign in to comment.