From 0022dbd44f8bd650051f0586fdd6a446a991f29f Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Thu, 16 Jan 2025 11:31:33 +0000 Subject: [PATCH] chore: updated to version 4.3.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2285f70..9c419b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM registry.conarx.tech/containers/alpine/3.21 as mastodon-builder LABEL maintainer="Nigel Kukard <nkukard@lbsd.net>" ARG VERSION_INFO= -ARG MASTODON_VER=4.3.2 +ARG MASTODON_VER=4.3.3 COPY --from=registry.conarx.tech/containers/nodejs/3.21:22.12.0 /opt/nodejs-22.12.0 /opt/nodejs-22.12.0 COPY --from=registry.conarx.tech/containers/ruby/3.21:3.3.6 /opt/ruby-3.3.6 /opt/ruby-3.3.6 -- GitLab