gotosocial: Update to version 0.6.0

This commit is contained in:
Alex Palaistras 2022-12-06 18:55:28 +00:00
parent eca9e43216
commit 551fc4a133

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bullseye-slim
ARG VERSION=0.5.2
ARG VERSION=0.6.0
RUN apt-get update -y && apt-get upgrade -y && \
apt-get install -y --no-install-recommends curl ca-certificates gettext gosu