1
0

chore: bump thunderhub version (#302)

This commit is contained in:
Anthony Potdevin
2020-05-03 12:25:46 +02:00
committed by GitHub
parent 02af29dba2
commit 49e0fb26c7
3 changed files with 6 additions and 6 deletions

View File

@@ -640,14 +640,14 @@ cd - && cd ..
# Build thunderhub
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.3.9/Dockerfile
# https://raw.githubusercontent.com/apotdevin/thunderhub/v0.5.1/Dockerfile
DOCKERFILE="Dockerfile"
echo "Building apotdevin/thunderhub:v0.3.9"
echo "Building apotdevin/thunderhub:v0.5.1"
git clone https://github.com/apotdevin/thunderhub thunderhub
cd thunderhub
git checkout v0.3.9
git checkout v0.5.1
cd "$(dirname $DOCKERFILE)"
docker build -f "$DOCKERFILE" -t "apotdevin/thunderhub:v0.3.9" .
docker build -f "$DOCKERFILE" -t "apotdevin/thunderhub:v0.5.1" .
cd - && cd ..