Skip to content

Commit 9f431a6

Browse files
committed
Add missing build-arg definition in sagittarius image
1 parent cfdfb77 commit 9f431a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container/sagittarius/Dockerfile.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ 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+
ARG RETICULUM_IMAGE_TAG=local
4950
RUN echo "$RETICULUM_IMAGE_TAG" > VERSION
5051

5152
# Entrypoint prepares the database.

0 commit comments

Comments
 (0)