From 2ae8db27afc2f7f5b5c3b92b9f748835bd1fea3c Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:41:16 +0800 Subject: [PATCH] update config-shim to v1.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51307b1..9dcefe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,7 @@ COPY vhost.conf /etc/apache2/sites-enabled/ RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf -ADD https://github.com/silinternational/config-shim/releases/download/v1.0.0/config-shim.gz config-shim.gz +ADD https://github.com/silinternational/config-shim/releases/download/v1.2.1/config-shim.gz config-shim.gz RUN gzip -d config-shim.gz && chmod 755 config-shim && mv config-shim /usr/local/bin EXPOSE 80