Skip to content

Commit 223b720

Browse files
ggarriEnchanterIO
authored andcommittedJul 4, 2019
[NOTASK] Update version
1 parent 526573b commit 223b720

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

Diff for: ‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM golang:1.10-stretch
33
MAINTAINER Gabriel Garrido
44

55
RUN apt update
6-
RUN apt install rsync -y
6+
RUN apt install rsync wget -y
77

8-
COPY build/lightchain /usr/bin/lightchain
8+
RUN wget "https://s3.eu-central-1.amazonaws.com/lightstreams-public/lightchain/latest/lightchain-linux-amd64" -O "/usr/bin/lightchain"
99
RUN chmod a+x /usr/bin/lightchain
1010

1111
COPY ./scripts/docker.sh /root/entrypoint.sh

Diff for: ‎cmd/lightchain/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import (
66
)
77

88
const Major = "1"
9-
const Minor = "2"
9+
const Minor = "3"
1010
const Fix = "0"
11-
const Verbal = "Rock && Roll"
11+
const Verbal = "Fast && Safe"
1212

1313
var versionCmd = &cobra.Command{
1414
Use: "version",

0 commit comments

Comments
 (0)