gotosocial: Update to version 0.11.1

This commit is contained in:
Alex Palaistras 2023-08-22 19:21:21 +01:00
parent 0e14ac19e5
commit 2976386e2f

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim
ARG VERSION=0.11.0
ARG VERSION=0.11.1
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 && \