From fe1cf9c68e75fbc57d8af7ca9a890c16087f8bed Mon Sep 17 00:00:00 2001 From: Vladimir D Date: Wed, 16 Oct 2024 19:40:11 +0400 Subject: [PATCH] some ARGs tidying up --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index a063417..f30ddd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -173,8 +173,6 @@ FROM build # renovate: datasource=github-releases depName=tootsuite/mastodon versioning=semver extractVersion=^v(?.+)$ ARG MASTODON_VERSION=4.3.0 -ARG MASTODON_VERSION_PRERELEASE="" -ARG MASTODON_VERSION_METADATA="" ENV RAILS_ENV production ENV NODE_ENV production @@ -182,9 +180,6 @@ ARG RAILS_SERVE_STATIC_FILES="true" ARG RUBY_YJIT_ENABLE="1" ENV \ -# Apply Mastodon static files and YJIT options - RAILS_SERVE_STATIC_FILES=${RAILS_SERVE_STATIC_FILES} \ - RUBY_YJIT_ENABLE=${RUBY_YJIT_ENABLE} \ # Optimize jemalloc 5.x performance MALLOC_CONF="narenas:2,background_thread:true,thp:never,dirty_decay_ms:1000,muzzy_decay_ms:0" \ # Enable libvips, should not be changed