From bd80fb5df159d1a5ed0ffacf6af2b3cfb49f75b6 Mon Sep 17 00:00:00 2001 From: sn0w Date: Wed, 8 Jun 2022 15:22:05 +0200 Subject: [PATCH] Update alpine, test with akkoma --- .env.dist | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 \