mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-06 14:35:40 +01:00
* Release v0.3.0-rc.1 * Cypherapps version was wrong * v0.3.0-rc.2 * v0.3.0-rc.3 * CypherApps version stays at rc.1, didn't change * v0.3.0-rc.4 * v0.3.0-rc.5 * v0.3.0-rc.6 * v0.3.0 final
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=v0.3.0
|
|
|
|
docker build . -t cyphernode/cyphernodeconf:${VERSION}
|