bump NBXplorer
This commit is contained in:
@@ -352,18 +352,18 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build nbxplorer
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.12/Dockerfile
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.14/Dockerfile
|
||||
DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.12/Dockerfile
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.14/Dockerfile
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile"
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.12/Dockerfile
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.5.14/Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile"
|
||||
echo "Building nicolasdorier/nbxplorer:2.5.12"
|
||||
echo "Building nicolasdorier/nbxplorer:2.5.14"
|
||||
git clone https://github.com/dgarage/nbxplorer nbxplorer
|
||||
cd nbxplorer
|
||||
git checkout v2.5.12
|
||||
git checkout v2.5.14
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.5.12" .
|
||||
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.5.14" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user