mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-30 19:15:27 +01:00
* v0.6.0-rc.1 * v0.6.0-rc.2 * v0.6.0-rc.3 * v0.6.0-rc.4 * Much smaller Tor container image * v0.6.0
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=v0.6.0
|
|
|
|
docker build . -t cyphernode/cyphernodeconf:${VERSION}
|