From 95fb7b4f7d32e7e0c2a199e3d8acee12714a24ba Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 23 Apr 2023 18:49:00 +0100 Subject: [PATCH] gotosocial: Update to version 0.8.1 --- service/gotosocial/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/gotosocial/Containerfile b/service/gotosocial/Containerfile index 64de9d4..62c64f7 100644 --- a/service/gotosocial/Containerfile +++ b/service/gotosocial/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=0.7.1 +ARG VERSION=0.8.1 RUN apt-get update -y && apt-get upgrade -y && \ apt-get install -y --no-install-recommends curl ca-certificates gettext gosu