Skip to content
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 src/package_io/registry.star
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _DEFAULT_IMAGES = {
# For now, we'll need users to pass the image explicitly
OP_FAUCET: "",
# Proxyd
PROXYD: "us-docker.pkg.dev/oplabs-tools-artifacts/images/proxyd:v4.14.2",
PROXYD: "us-docker.pkg.dev/oplabs-tools-artifacts/images/proxyd:v4.14.5",
# Sidecar
ROLLUP_BOOST: "flashbots/rollup-boost:latest",
# DA Server
Expand Down
2 changes: 1 addition & 1 deletion test/l2/input_parser_test.star
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_l2_input_parser_defaults(plan):
)

_default_proxyd_params = struct(
image="us-docker.pkg.dev/oplabs-tools-artifacts/images/proxyd:v4.14.2",
image="us-docker.pkg.dev/oplabs-tools-artifacts/images/proxyd:v4.14.5",
extra_params=[],
ports={
_net.HTTP_PORT_NAME: _net.port(number=8080),
Expand Down
2 changes: 1 addition & 1 deletion test/proxyd/input_parser_test.star
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_proxyd_input_parser_extra_attributes(plan):

def test_proxyd_input_parser_default_args(plan):
_default_params = struct(
image="us-docker.pkg.dev/oplabs-tools-artifacts/images/proxyd:v4.14.2",
image="us-docker.pkg.dev/oplabs-tools-artifacts/images/proxyd:v4.14.5",
extra_params=[],
ports={
_net.HTTP_PORT_NAME: _net.port(number=8080),
Expand Down
Loading