From 3d3f4bb59e9c9f9bc1181542ac639919190e3d9b Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 4 Mar 2023 16:34:20 +0000 Subject: [PATCH] gotosocial: Update to version 0.7.1 --- service/gotosocial/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/gotosocial/Containerfile b/service/gotosocial/Containerfile index 2fae357..64de9d4 100644 --- a/service/gotosocial/Containerfile +++ b/service/gotosocial/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=0.7.0 +ARG VERSION=0.7.1 RUN apt-get update -y && apt-get upgrade -y && \ apt-get install -y --no-install-recommends curl ca-certificates gettext gosu