From 46adad98f2f05bf8dea15d37495673520c3d191b Mon Sep 17 00:00:00 2001
From: Bo-Yi Wu <appleboy.tw@gmail.com>
Date: Sun, 29 Sep 2019 10:44:56 +0800
Subject: [PATCH] chore: try the drone-ssh latest version

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a214bfe..9456b29 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM appleboy/drone-ssh:1.5.1-linux-amd64
+FROM appleboy/drone-ssh
 
 ADD entrypoint.sh /entrypoint.sh
 RUN chmod +x /entrypoint.sh