Skip to content

Commit f8b6055

Browse files
committed
version 0.1.1
1 parent 2bac8f0 commit f8b6055

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "0.1.0"
3+
var version = "0.1.1"

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine
2-
ARG version=0.1.0
2+
ARG version=0.1.1
33
ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/ca-bundle.pem
44
ADD https://github.com/iij/p2pubapi/releases/download/v${version}/p2pub-${version}.linux-386 /usr/bin/p2pub
55
RUN chmod +x /usr/bin/p2pub

0 commit comments

Comments
 (0)