Skip to content

Commit

Permalink
Update plume-buildenv Docker image to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Dec 11, 2021
1 parent b0745cf commit 011bd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prebuild-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -euo pipefail

version="$1"

docker run --rm -v $PWD:/repo -v $PWD/pkg:/pkg -v $PWD/script/prebuild.sh:/prebuild.sh plumeorg/plume-buildenv:v0.3.0 /prebuild.sh "$version" /repo /prebuild /pkg
docker run --rm -v $PWD:/repo -v $PWD/pkg:/pkg -v $PWD/script/prebuild.sh:/prebuild.sh plumeorg/plume-buildenv:v0.4.0 /prebuild.sh "$version" /repo /prebuild /pkg

0 comments on commit 011bd96

Please sign in to comment.