diff --git a/service/gotosocial/Containerfile b/service/gotosocial/Containerfile index 42ecc10..94c88c7 100644 --- a/service/gotosocial/Containerfile +++ b/service/gotosocial/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=0.5.2 +ARG VERSION=0.6.0 RUN apt-get update -y && apt-get upgrade -y && \ apt-get install -y --no-install-recommends curl ca-certificates gettext gosu