Commit b5f5086 1 parent 19ee5a4 commit b5f5086 Copy full SHA for b5f5086
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ jobs:
29
29
- device : " iPhone 14 Pro Max"
30
30
record_video : true
31
31
# With this flag we can run the CI against different node versions to check compatibility.
32
- docker_tag : " 1.5.1 "
32
+ docker_tag : " 1.5.4 "
33
33
- device : " iPhone 8 Plus"
34
34
record_video : false
35
- docker_tag : " 1.5.1 "
35
+ docker_tag : " 1.5.4 "
36
36
- device : " iPad Pro (12.9-inch) (6th generation)"
37
37
record_video : false
38
- docker_tag : " 1.5.1 "
38
+ docker_tag : " 1.5.4 "
39
39
- device : " iPad Pro (12.9-inch) (2nd generation)"
40
40
record_video : false
41
- docker_tag : " 1.5.1 "
41
+ docker_tag : " 1.5.4 "
42
42
fail-fast : false
43
43
steps :
44
44
# Setup Environment
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -euxo pipefail
3
3
4
- DOCKER_TAG=${1:- 1.5.1 }
4
+ DOCKER_TAG=${1:- 1.5.4 }
5
5
6
6
echo " Encointer client docker tag: ${DOCKER_TAG} "
7
7
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -euxo pipefail
3
3
4
- DOCKER_TAG=${1:- 1.5.1 }
4
+ DOCKER_TAG=${1:- 1.5.4 }
5
5
6
6
echo " Encointer node docker tag: ${DOCKER_TAG} "
7
7
You can’t perform that action at this time.
0 commit comments