Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

DO NOT MERGE use latest.love for holonix boxes #2018

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:

deploy-crates:
docker:
- image: holochain/holonix:latest
- image: holochain/holonix:latest.love
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.latest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM holochain/holonix:latest
FROM holochain/holonix:latest.love

WORKDIR /holochain-rust/build
ENV NIX_ENV_PREFIX /holochain-rust/build
Expand Down