Skip to content

Commit 0f4c513

Browse files
committed
Add VERSION file for sagittarius
1 parent e0238a4 commit 0f4c513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

container/sagittarius/Dockerfile.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ COPY projects/sagittarius/extensions/ee/app/ extensions/ee/app/
4646
# Precompile bootsnap code for faster boot times
4747
RUN bundle exec bootsnap precompile app/ lib/ <% if ee? %>extensions/ee/app/<% end %>
4848

49+
RUN echo "$RETICULUM_IMAGE_TAG" > VERSION
50+
4951
# Entrypoint prepares the database.
5052
ENTRYPOINT ["/sagittarius/bin/docker-entrypoint"]
5153

0 commit comments

Comments
 (0)