From 4744c1cd1160bdc3223bc1b4c9236dcbaa0bc512 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Fri, 17 Nov 2023 19:07:17 +0000 Subject: [PATCH] gotosocial: Update to version 0.12.2 --- service/gotosocial/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/gotosocial/Containerfile b/service/gotosocial/Containerfile index 4640f1f..d38a19c 100644 --- a/service/gotosocial/Containerfile +++ b/service/gotosocial/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bookworm-slim -ARG VERSION=0.12.1 +ARG VERSION=0.12.2 ENV PACKAGE_URL https://github.com/superseriousbusiness/gotosocial/releases/download/v${VERSION}/gotosocial_${VERSION}_linux_amd64.tar.gz RUN apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends \