chore: upgrade base image to version 1.4.0

- Update the base image version from 1.3.9 to 1.4.0

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2024-09-06 19:12:31 +08:00
parent 2e9996f96e
commit a77dd3e42f
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appleboy/drone-telegram:1.3.9-linux-amd64
FROM appleboy/drone-telegram:1.4.0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh