Skip to content

Commit

Permalink
chore: bump versions of local-da and gm docker files in kurtosis pack…
Browse files Browse the repository at this point in the history
…age (#109)

* chore: bump local-da docker image tags

* chore: bump gm image
  • Loading branch information
MSevey authored Jul 2, 2024
1 parent a05f2c6 commit c052466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- local-da

local-da:
image: ghcr.io/rollkit/local-da:v0.2.1
container_name: local-da
image: ghcr.io/rollkit/local-da:aa37274
ports:
- "7980:7980"
5 changes: 3 additions & 2 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(plan):
local_da = plan.add_service(
name="local-da",
config=ServiceConfig(
image="ghcr.io/rollkit/local-da:aa37274",
image="ghcr.io/rollkit/local-da:v0.2.1",
ports=local_da_ports,
public_ports=local_da_ports,
),
Expand Down Expand Up @@ -53,7 +53,8 @@ def run(plan):
gm = plan.add_service(
name="gm",
config=ServiceConfig(
image="ghcr.io/rollkit/gm:49147e3",
# Using rollkit version v0.13.5
image="ghcr.io/rollkit/gm:05bd40e",
cmd=["/bin/sh", "-c", " ".join(gm_start_cmd)],
ports=gm_ports,
public_ports=gm_ports,
Expand Down

0 comments on commit c052466

Please sign in to comment.