From 4f0697283162233ae3146488eb707a74163d9c7a Mon Sep 17 00:00:00 2001 From: rainerosion Date: Mon, 20 Feb 2023 12:51:31 +0800 Subject: [PATCH] modify uid --- typecho/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typecho/Dockerfile b/typecho/Dockerfile index dbb2342..506b0c5 100644 --- a/typecho/Dockerfile +++ b/typecho/Dockerfile @@ -47,7 +47,7 @@ ENV PHP_EXTENSIONS \ pdo_sqlite \ fileinfo \ mbstring -ARG UID=501 +ARG UID=1000 ARG GUID=1000 RUN set -eux && \ sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \