Skip to content

Commit

Permalink
copy Dockerfile.old to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed May 15, 2024
1 parent 58054c9 commit bd08c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/updates/prepare_cosmovisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
## check if $BUILDDIR/old/terrad exists
if [ ! -f "$BUILDDIR/old/terrad" ]; then
mkdir -p $BUILDDIR/old
cp ./contrib/updates/Dockerfile.old _build/core-${OLD_VERSION}/Dockerfile.old
cp ./contrib/updates/Dockerfile.old _build/core-${OLD_VERSION}
docker build --platform linux/amd64 --no-cache --build-arg source=./_build/core-${OLD_VERSION:1}/ --tag classic-terra/terraclassic.terrad-binary.old -f Dockerfile.old .
docker create --platform linux/amd64 --name old-temp classic-terra/terraclassic.terrad-binary.old:latest
docker cp old-temp:/usr/local/bin/terrad $BUILDDIR/old/
Expand Down

0 comments on commit bd08c0a

Please sign in to comment.