diff --git a/.env.dist b/.env.dist index 21d1130..38d9324 100644 --- a/.env.dist +++ b/.env.dist @@ -24,3 +24,4 @@ DOCKER_GID=1000 # or if you do not trust the admins of pleroma's Gitlab instance. # PLEROMA_GIT_REPO=https://git.pleroma.social/pleroma/pleroma.git +# or, for example, https://git.ihatebeinga.live/IHBAGang/akkoma.git diff --git a/Dockerfile b/Dockerfile index 3c88eee..13a60dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.16 ARG __VIA_SCRIPT RUN \