Skip to content

Commit

Permalink
[FABG-855] Update stable test target to 1.4.1
Browse files Browse the repository at this point in the history
This change updates the Makefile and docker env to use
fabric 1.4.1 as the stable target.

Change-Id: Ifd440c83fc36d479471525560169fcda34cb90f9
Signed-off-by: Troy Ronda <[email protected]>
  • Loading branch information
troyronda committed Apr 12, 2019
1 parent 5a9a0e7 commit 8e84697
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DOCKER_CMD ?= docker
DOCKER_COMPOSE_CMD ?= docker-compose

# Fabric versions used in the Makefile
FABRIC_STABLE_VERSION := 1.4.0
FABRIC_STABLE_VERSION := 1.4.1
FABRIC_STABLE_VERSION_MINOR := 1.4
FABRIC_STABLE_VERSION_MAJOR := 1
FABRIC_BASEIMAGE_STABLE_VERSION := 0.4.15
Expand Down
8 changes: 4 additions & 4 deletions test/fixtures/dockerenv/.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ FABRIC_BASE_DOCKER_REGISTRY=
FABRIC_FIXTURE_VERSION=v1.4
FABRIC_CRYPTOCONFIG_VERSION=v1

FABRIC_CA_FIXTURE_TAG=1.4.0
FABRIC_ORDERER_FIXTURE_TAG=1.4.0
FABRIC_PEER_FIXTURE_TAG=1.4.0
FABRIC_BUILDER_FIXTURE_TAG=1.4.0
FABRIC_CA_FIXTURE_TAG=1.4.1
FABRIC_ORDERER_FIXTURE_TAG=1.4.1
FABRIC_PEER_FIXTURE_TAG=1.4.1
FABRIC_BUILDER_FIXTURE_TAG=1.4.1
FABRIC_COUCHDB_FIXTURE_TAG=0.4.15
FABRIC_BASEOS_FIXTURE_TAG=0.4.15
FABRIC_BASEIMAGE_FIXTURE_TAG=0.4.15
Expand Down

0 comments on commit 8e84697

Please sign in to comment.