gotosocial: Update to version 0.13.0

This commit is contained in:
Alex Palaistras 2023-12-15 16:46:22 +00:00
parent d8802ffd18
commit 7c456c4f31

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim
ARG VERSION=0.12.2
ARG VERSION=0.13.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 && apt-get install -y --no-install-recommends \