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
2
2
RUN apk update
3
+ RUN apk upgrade
3
4
RUN apk add unzip
4
5
RUN apk add ca-certificates
5
6
RUN apk add openssl
6
- RUN touch /tmp/test
7
7
# 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
9
9
RUN unzip /tmp/ixgen.zip -d /ixgen
10
10
RUN rm /tmp/ixgen.zip
11
11
WORKDIR /ixgen/release
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func init() {
57
57
flag .Parse ()
58
58
59
59
if version {
60
- fmt .
Println (
"ixgen 0.3a (C) 2017 by Jörg Kost, [email protected] " )
60
+ fmt .
Println (
"ixgen 0.3b (C) 2017 by Jörg Kost, [email protected] " )
61
61
os .Exit (0 )
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments