Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

chore(workflow): fix workflow errors #539

Merged
merged 1 commit into from
Jan 28, 2024
Merged
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 bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2eda5966b463781c72580d4d30509422619824c
dc46b27612398dd05e818d7439a8e872a227b603
2 changes: 1 addition & 1 deletion internal/docker/nodes/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
l1_node:
container_name: l1_node
image: ghcr.dockerproxy.com/foundry-rs/foundry:latest
image: ghcr.dockerproxy.com/foundry-rs/foundry:nightly-4a643801d0b3855934cdec778e33e79c79971783
restart: unless-stopped
pull_policy: always
ports:
Expand Down
Loading