Skip to content

Commit c68e8c6

Browse files
authored
Merge branch 'main' into dev
2 parents 385dc6d + 18b680f commit c68e8c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-images.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ images=()
1414
repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
1515
# Configure the image name
1616
reponame="chiefonboarding"
17-
APP_VERSION="v2.3.1"
17+
18+
APP_VERSION="v2.2.7"
19+
1820

1921
# Create a new empty container image
2022
container=$(buildah from scratch)

0 commit comments

Comments
 (0)