From e32a48f42af5519976f911d6d1f3450e9d85da54 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 9 Sep 2022 19:05:19 +0200 Subject: [PATCH] Update Versions (#43) --- AUTOMATIC1111/Dockerfile | 2 +- AUTOMATIC1111/config.json | 5 +---- AUTOMATIC1111/docker-compose.yml | 1 + hlky/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/AUTOMATIC1111/Dockerfile b/AUTOMATIC1111/Dockerfile index 337f6ae..fd72982 100644 --- a/AUTOMATIC1111/Dockerfile +++ b/AUTOMATIC1111/Dockerfile @@ -32,7 +32,7 @@ RUN pip install --prefer-binary -U --no-cache-dir -r ${ROOT}/repositories/CodeFo # 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=701f76b29ab8fa9c1d35ae8abce36b99e12d5d08 +ARG SHA=17a7477c7282b0ff16fa1232e5922c0a645e4459 RUN <