From f2d75c86fb10f960eed13c39ec2b6070199d33d6 Mon Sep 17 00:00:00 2001 From: Dalite <dalite@hostingwire.net> Date: Wed, 17 Jul 2024 14:18:36 +0200 Subject: [PATCH] sha1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 990fcc518..1d8737662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,9 +28,9 @@ FROM docker.io/ruby:${RUBY_VERSION}-slim-${DEBIAN_VERSION} AS ruby # Overwrite existence of 'alpha.X' in version.rb [--build-arg MASTODON_VERSION_PRERELEASE="nightly.2023.11.09"] ARG MASTODON_VERSION_PRERELEASE="bark" # Append build metadata or fork information to version.rb [--build-arg MASTODON_VERSION_METADATA="pr-123456"] -ARG MASTODON_VERSION_METADATA="prod" +ARG MASTODON_VERSION_METADATA="ad52b04a1c" -# Allow Ruby on Rails to serve static files +# Allow Ruby on Rails to serve statiprodc files # See: https://docs.joinmastodon.org/admin/config/#rails_serve_static_files ARG RAILS_SERVE_STATIC_FILES="true" # Allow to use YJIT compiler