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 @@ -44,7 +44,7 @@ services:
- -rest

enforcer:
image: ghcr.io/layertwo-labs/bip300301_enforcer:sha-8111aae
image: ghcr.io/layertwo-labs/bip300301_enforcer:pr-289
pull_policy: always
restart: unless-stopped
environment:
Expand Down Expand Up @@ -425,7 +425,7 @@ services:
# Find image-tags here:
# Signet: https://github.com/LayerTwo-Labs/faucet-frontend-signet-server/pkgs/container/faucet-frontend
# Forknet: https://github.com/LayerTwo-Labs/faucet-frontend-forknet-server/pkgs/container/faucet-frontend
image: ghcr.io/layertwo-labs/faucet-frontend-${NETWORK}-server:sha-7384320
image: ghcr.io/layertwo-labs/faucet-frontend-${NETWORK}-server:sha-2b65fcc

# Can be used to run a container with the same volumes as the other services.
# $ docker compose run --rm busybox sh
Expand Down
Loading