From 78e7f475f3d290ca634646492a11b45560541455 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 1 Jan 2024 13:44:54 +0800 Subject: [PATCH] chore: update base image in Dockerfile to version 1.6.14 - Update the base image from `1.6.13` to `1.6.14` 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 435d1c5..f7a67f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/appleboy/drone-scp:1.6.13 +FROM ghcr.io/appleboy/drone-scp:1.6.14 COPY entrypoint.sh /bin/entrypoint.sh