gotosocial: Update to version 0.10.0

This commit is contained in:
Alex Palaistras 2023-07-22 09:35:11 +01:00
parent 350e37f6fc
commit 85d020b59d

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bullseye-slim FROM docker.io/debian:bullseye-slim
ARG VERSION=0.9.0 ARG VERSION=0.10.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