gotosocial: Update to version 0.9.0

This commit is contained in:
Alex Palaistras 2023-05-25 10:04:27 +02:00
parent 252ac7b28f
commit 7cf8caebb4

View File

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