From 35093a99f9d2c59e93c23c21453ed7bf0bfc81b2 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 26 Dec 2023 13:54:08 +0800 Subject: [PATCH] chore: update drone-scp image to v1.6.13 (#158) - Update the drone-scp image from version `1.6.12` to `1.6.13` in the Dockerfile Signed-off-by: Bo-Yi Wu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 041b00d..435d1c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/appleboy/drone-scp:1.6.12 +FROM ghcr.io/appleboy/drone-scp:1.6.13 COPY entrypoint.sh /bin/entrypoint.sh