gotosocial: Update to version 0.7.1

This commit is contained in:
Alex Palaistras 2023-03-04 16:34:20 +00:00
parent 07df01f6c7
commit 3d3f4bb59e

View File

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