We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bac8f0 commit f8b6055Copy full SHA for f8b6055
2 files changed
cli/version.go
@@ -1,3 +1,3 @@
1
package main
2
3
-var version = "0.1.0"
+var version = "0.1.1"
docker/Dockerfile
@@ -1,5 +1,5 @@
FROM alpine
-ARG version=0.1.0
+ARG version=0.1.1
ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/ca-bundle.pem
4
ADD https://github.com/iij/p2pubapi/releases/download/v${version}/p2pub-${version}.linux-386 /usr/bin/p2pub
5
RUN chmod +x /usr/bin/p2pub
0 commit comments