diff --git a/service/gotosocial/Containerfile b/service/gotosocial/Containerfile index 775eb08..53ace5f 100644 --- a/service/gotosocial/Containerfile +++ b/service/gotosocial/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bookworm-slim -ARG VERSION=0.10.0 +ARG VERSION=0.11.0 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 && \