From 3b40ae2e8d3e9d0b119f2e60761da17b3bcc7ca6 Mon Sep 17 00:00:00 2001 From: Gregory Marco Date: Sat, 25 Apr 2026 11:46:15 -0500 Subject: [PATCH] Update godot image to use godot-ci:4.6 --- godot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot/Dockerfile b/godot/Dockerfile index 585cf0f..e05c888 100644 --- a/godot/Dockerfile +++ b/godot/Dockerfile @@ -1,4 +1,4 @@ -FROM flashlight13/godot:4.3 +FROM barichello/godot-ci:4.6 ENV PLUGIN_SOURCE=. ENV PLUGIN_EXPORT_TEMPLATE="Windows Desktop"