Skip to content

Commit 4598963

Browse files
authored
Latest patch version (#211)
1 parent 3462a19 commit 4598963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hostprocess/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pushd $SCRIPTROOT/calico
1212
./build.sh -r $repository --calicoVersion $calicoVersion
1313
popd
1414

15-
declare -a proxyVersions=("v1.22.7" "v1.23.4")
15+
declare -a proxyVersions=("v1.22.8" "v1.23.5")
1616

1717
# Read the array values with space
1818
for proxyVersion in "${proxyVersions[@]}"; do

0 commit comments

Comments
 (0)