Skip to content

Commit

Permalink
update docs for beta2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpassmore committed Jul 10, 2024
1 parent 415f1ec commit 6253aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker-build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ if [ $used_size -gt $max_space_used ]; then
TARGET="clean-out-stage"
fi

# May 9th 2024 Build Spring v1.0.0-beta
# Jul 10th 2024 Build Spring v1.0.0-beta2
docker build -f AntelopeDocker --tag savanna-antelope:1.0.0-beta --ulimit nofile=1024:1024 --target ${TARGET} .

0 comments on commit 6253aea

Please sign in to comment.