Skip to content

Commit 6debcce

Browse files
authored
Update Dockerfile for Telegram Bot API version 9.6
Updated the build version from 9.4 to 9.6 and added version label.
1 parent b41d8e3 commit 6debcce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_NAME="Home Assistant Addon: Telegram Bot API"
22
ARG BUILD_DESCRIPTION="Docker image for Telegram Bot API. Built for Home Assistant as an addon."
3-
ARG BUILD_VERSION="9.4"
3+
ARG BUILD_VERSION="9.6"
44
ARG BUILD_ARCH="amd64"
55

66
# build from source
@@ -48,4 +48,4 @@ LABEL \
4848
org.opencontainers.image.licenses="MIT" \
4949
org.opencontainers.image.source="https://github.com/hanwg/telegram-bot-api" \
5050
org.opencontainers.image.documentation="https://github.com/hanwg/telegram-bot-api/blob/main/README.md" \
51-
org.opencontainers.image.version=${BUILD_VERSION}
51+
org.opencontainers.image.version=${BUILD_VERSION}

0 commit comments

Comments
 (0)