From 467645dff90d4d0cec2b2bbde429d7e54da7990b Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Thu, 28 Nov 2024 00:24:32 +0900 Subject: [PATCH] Update Dockerfile to use hahwul/gee:v1.1.3 Signed-off-by: HAHWUL --- github-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-action/Dockerfile b/github-action/Dockerfile index 4cdb323..b45aac2 100644 --- a/github-action/Dockerfile +++ b/github-action/Dockerfile @@ -1,3 +1,3 @@ -FROM hahwul/gee:v1.1.2 +FROM hahwul/gee:v1.1.3 COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file