gotosocial: Update to version 0.7.0

This commit is contained in:
Alex Palaistras 2023-02-18 12:36:32 +00:00
parent 4289785bb5
commit 96c8ac2db5

View File

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