From 5eae2076cef1263b9111dcbd94ea8320d48877b6 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Mon, 12 Sep 2022 22:46:38 +0200 Subject: [PATCH] Update Automatic (#55) * Update Automatic --- services/AUTOMATIC1111/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index e821969..0d00d5b 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -41,7 +41,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme # Note: don't update the sha of previous versions because the install will take forever # instead, update the repo state in a later step -ARG SHA=c249bbb4d41ecfb43cf4ba43f23a4c8b08d8c56e +ARG SHA=744ac1f89a075be4535146279feef800214c35a8 RUN <