gotosocial: Update to version 0.12.2

This commit is contained in:
Alex Palaistras 2023-11-17 19:07:17 +00:00
parent 877f87c667
commit 4744c1cd11

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim 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 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 \ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends \