We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41d8e3 commit 6debcceCopy full SHA for 6debcce
1 file changed
docker/Dockerfile
@@ -1,6 +1,6 @@
1
ARG BUILD_NAME="Home Assistant Addon: Telegram Bot API"
2
ARG BUILD_DESCRIPTION="Docker image for Telegram Bot API. Built for Home Assistant as an addon."
3
-ARG BUILD_VERSION="9.4"
+ARG BUILD_VERSION="9.6"
4
ARG BUILD_ARCH="amd64"
5
6
# build from source
@@ -48,4 +48,4 @@ LABEL \
48
org.opencontainers.image.licenses="MIT" \
49
org.opencontainers.image.source="https://github.com/hanwg/telegram-bot-api" \
50
org.opencontainers.image.documentation="https://github.com/hanwg/telegram-bot-api/blob/main/README.md" \
51
- org.opencontainers.image.version=${BUILD_VERSION}
+ org.opencontainers.image.version=${BUILD_VERSION}
0 commit comments