Skip to content

Commit

Permalink
Merge pull request #270 from 0xPolygon/update-erpc-image
Browse files Browse the repository at this point in the history
Use official erpc image
  • Loading branch information
christophercampbell authored Sep 19, 2024
2 parents 3795bfe + a02a5e6 commit 39b96a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/additional_services/erpc.star
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service_package = import_module("../../lib/service.star")

ERPC_IMAGE = "christophercampbell/erpc:0.0.1-SNAPSHOT"
ERPC_IMAGE = "ghcr.io/erpc/erpc:0.0.24"

SERVICE_NAME = "erpc"
RPC_PORT = 8080
Expand Down

0 comments on commit 39b96a8

Please sign in to comment.