From 560da4d629e8fca97dd2ea6a88d46062971de65e Mon Sep 17 00:00:00 2001 From: Jordan Webb Date: Fri, 29 Apr 2022 15:22:43 -0500 Subject: [PATCH] Update soapbox-fe to 1.3.0 (#24) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38719b4..f90a36f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM ubuntu:20.04 AS pleroma ENV DEBIAN_FRONTEND=noninteractive -ARG SOAPBOXVERSION=1.2.3 +ARG SOAPBOXVERSION=1.3.0 RUN apt-get update && \ apt-get install -y --no-install-recommends \