From 85d020b59d7137c9ef72d663389445543e7afe42 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 22 Jul 2023 09:35:11 +0100 Subject: [PATCH] gotosocial: Update to version 0.10.0 --- service/gotosocial/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/gotosocial/Containerfile b/service/gotosocial/Containerfile index 5b9f902..a5b2aba 100644 --- a/service/gotosocial/Containerfile +++ b/service/gotosocial/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=0.9.0 +ARG VERSION=0.10.0 RUN apt-get update -y && apt-get upgrade -y && \ apt-get install -y --no-install-recommends curl ca-certificates gettext gosu