From d3ae9747674d3e7fda55aece37c3dc88871bc86e Mon Sep 17 00:00:00 2001 From: Dalite Fur Date: Fri, 10 Nov 2023 13:29:55 +0100 Subject: [PATCH] version --- .drone.yml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index cd33b3633..e9606cad5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,4 +16,4 @@ steps: repo: git.greyfox.tech/bark/mastodon dockerfile: Dockerfile tags: - - latest \ No newline at end of file + - prod \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 7e463860f..053400a25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,8 +48,8 @@ RUN yarn workspaces focus --all --production && \ FROM node:${NODE_VERSION} # Use those args to specify your own version flags & suffixes -ARG MASTODON_VERSION_PRERELEASE="" -ARG MASTODON_VERSION_METADATA="bark" +ARG MASTODON_VERSION_PRERELEASE="bark" +ARG MASTODON_VERSION_METADATA="prod" ARG UID="991" ARG GID="991"