Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- -rest

enforcer:
image: ghcr.io/layertwo-labs/bip300301_enforcer:sha-a5bdc84
image: ghcr.io/layertwo-labs/bip300301_enforcer:sha-e360574
pull_policy: always
restart: unless-stopped
environment:
Expand Down Expand Up @@ -420,7 +420,7 @@ services:
faucet-backend:
restart: unless-stopped
# Find image-tags here: https://github.com/LayerTwo-Labs/faucet-backend/pkgs/container/faucet-backend
image: ghcr.io/layertwo-labs/faucet-backend:sha-75219b6
image: ghcr.io/layertwo-labs/faucet-backend:sha-61e7b45
pull_policy: always
healthcheck:
test:
Expand Down
Loading