diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4c37788..550d044 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,5 +79,5 @@ jobs:
token: ${{ secrets.TELEGRAM_TOKEN }}
format: html
message: |
- ⚡️ Commits pushed to master by ${{ github.event.push.pusher.name }},PR ⚡️
+ ⚡️ Commits pushed to master by ${{ github.event.push.pusher.name }} ⚡️
${{ github.actor }}:${{ github.event.head_commit.message }}
diff --git a/Dockerfile b/Dockerfile
index 3fa9123..6c7d8de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM appleboy/drone-telegram:1.3.5-linux-amd64
+FROM appleboy/drone-telegram:linux-amd64
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh