version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dalite 2024-12-05 09:52:50 +01:00
parent 5b455dc56e
commit 1fb9928b66

View file

@ -28,7 +28,7 @@ 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="03-12-2024"
ARG MASTODON_VERSION_METADATA="05-12-2024"
# Will be available as Mastodon::Version.source_commit
ARG SOURCE_COMMIT=""