From ed66fc3e0435903fb4dec613b99e1821af8d1724 Mon Sep 17 00:00:00 2001 From: SibaDoge <38933716+SibaDoge1@users.noreply.github.com> Date: Wed, 7 Jul 2021 17:49:18 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb8ff784..9db97a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM unityci/editor:2020.3.12f1-base-0 +FROM unityci/editor:2020.3.12f1-windows-mono-0 LABEL "com.github.actions.name"="Unity Runner" LABEL "com.github.actions.description"="Run unity any Unity project."