We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71372c1 + 0f4c513 commit 8260ebeCopy full SHA for 8260ebe
container/sagittarius/Dockerfile.erb
@@ -46,6 +46,8 @@ COPY projects/sagittarius/extensions/ee/app/ extensions/ee/app/
46
# Precompile bootsnap code for faster boot times
47
RUN bundle exec bootsnap precompile app/ lib/ <% if ee? %>extensions/ee/app/<% end %>
48
49
+RUN echo "$RETICULUM_IMAGE_TAG" > VERSION
50
+
51
# Entrypoint prepares the database.
52
ENTRYPOINT ["/sagittarius/bin/docker-entrypoint"]
53
versions/sagittarius
@@ -1 +1 @@
1
-2effaa8f0ce44d38e40f2a14da794010072e0b73
+bb3b3691c29eb1cc466555f838329a84a7f702b0
0 commit comments