We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39800c6 + 100db85 commit 1305ca1Copy full SHA for 1305ca1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "telescreen"
3
-version = "0.1.3"
+version = "0.1.4"
4
authors = ["mozamimy (Moza USANE) <alice@mozami.me>"]
5
description = "A slack bot to forward messages by simple routing definition."
6
homepage = "https://github.com/mozamimy/telescreen"
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine
LABEL maintainer "mozamimy (Moza USANE) <alice@mozami.me>"
ARG URL=https://github.com/mozamimy/telescreen.git
-ARG VERSION=0.1.3
+ARG VERSION=0.1.4
ARG ENTRYKIT_VERSION=0.4.0
7
8
RUN apk update
0 commit comments