File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.5
1+ FROM alpine:latest
22RUN apk update
3+ RUN apk upgrade
34RUN apk add unzip
45RUN apk add ca-certificates
56RUN apk add openssl
6- RUN touch /tmp/test
77# COPY ixgen.zip /tmp
8- RUN wget -O /tmp/ixgen.zip https://github.com/ipcjk/ixgen/releases/download/0.3a /release.zip
8+ RUN wget -O /tmp/ixgen.zip https://github.com/ipcjk/ixgen/releases/download/0.3b /release.zip
99RUN unzip /tmp/ixgen.zip -d /ixgen
1010RUN rm /tmp/ixgen.zip
1111WORKDIR /ixgen/release
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func init() {
5757 flag .Parse ()
5858
5959 if version {
60- fmt .Println ("ixgen 0.3a (C) 2017 by Jörg Kost, joerg.kost@gmx.com" )
60+ fmt .Println ("ixgen 0.3b (C) 2017 by Jörg Kost, joerg.kost@gmx.com" )
6161 os .Exit (0 )
6262 }
6363
You can’t perform that action at this time.
0 commit comments