Skip to content

Commit a87a82f

Browse files
authored
Merge branch 'master' into cl/refresh-native-balance-in-faucet
2 parents 728f347 + 6602afc commit a87a82f

3 files changed

+6
-6
lines changed

.github/workflows/ios_integration_test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
- device: "iPhone 14 Pro Max"
3030
record_video: true
3131
# 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"
3333
- device: "iPhone 8 Plus"
3434
record_video: false
35-
docker_tag: "1.5.1"
35+
docker_tag: "1.5.4"
3636
- device: "iPad Pro (12.9-inch) (6th generation)"
3737
record_video: false
38-
docker_tag: "1.5.1"
38+
docker_tag: "1.5.4"
3939
- device: "iPad Pro (12.9-inch) (2nd generation)"
4040
record_video: false
41-
docker_tag: "1.5.1"
41+
docker_tag: "1.5.4"
4242
fail-fast: false
4343
steps:
4444
# Setup Environment

scripts/docker_run_encointer_client_bootstrap_demo_community.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euxo pipefail
33

4-
DOCKER_TAG=${1:-1.5.1}
4+
DOCKER_TAG=${1:-1.5.4}
55

66
echo "Encointer client docker tag: ${DOCKER_TAG}"
77

scripts/docker_run_encointer_node_notee.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euxo pipefail
33

4-
DOCKER_TAG=${1:-1.5.1}
4+
DOCKER_TAG=${1:-1.5.4}
55

66
echo "Encointer node docker tag: ${DOCKER_TAG}"
77

0 commit comments

Comments
 (0)