Skip to content

Commit

Permalink
- version 0.5 tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjk committed Nov 3, 2018
1 parent e397a19 commit c967b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:latest
RUN apk update && apk upgrade && apk add unzip ca-certificates openssl
WORKDIR /ixgen
RUN wget -O /tmp/ixgen.tar.gz https://github.com/ipcjk/ixgen/releases/download/0.4/release.tar.gz && tar xfz /tmp/ixgen.tar.gz --exclude release/bgpq3.mac --exclude release/ixapiserver.exe --exclude release/ixapiserver.mac --exclude release/ixgen.mac --exclude release/ixgen.exe --strip 1 && rm /tmp/ixgen.tar.gz
RUN wget -O /tmp/ixgen.tar.gz https://github.com/ipcjk/ixgen/releases/download/0.5/release.tar.gz && tar xfz /tmp/ixgen.tar.gz --exclude release/bgpq3.mac --exclude release/ixapiserver.exe --exclude release/ixapiserver.mac --exclude release/ixgen.mac --exclude release/ixgen.exe --strip 1 && rm /tmp/ixgen.tar.gz
RUN mv /ixgen/ixgen.linux /ixgen/ixgen && mv /ixgen/ixapiserver.linux /ixgen/ixapiserver
# RUN mv /ixgen/release/configuration/peering.ini /ixgen/release/configuration/example.ini
# E.g. add your peering.ini from your source
Expand Down
2 changes: 1 addition & 1 deletion ixgen.go
Expand Up @@ -69,7 +69,7 @@ func init() {
flag.Parse()

if version {
fmt.Println("ixgen 0.4 (C) 2017 by Jörg Kost, joerg.kost@gmx.com")
fmt.Println("ixgen 0.5 (C) 2018 by Jörg Kost, jk@ip-clear.de")
os.Exit(0)
}

Expand Down

0 comments on commit c967b3b

Please sign in to comment.