fix drone images
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-08-05 20:41:34 -07:00
parent a5335967ca
commit a0bd1fa30f

View File

@@ -20,12 +20,12 @@ steps:
- make build-backend
- name: build-validator
image: muslrust:1.86.0
image: clux/muslrust:1.86.0
commands:
- make build-validator
- name: build-frontend
image: bun:1.2.8
image: oven/bun:1.2.8
commands:
- make build-frontend
@@ -117,6 +117,6 @@ steps:
- pull_request
---
kind: signature
hmac: fe30134398866c51ee8d9ca3e8eba85b6ca0f8a517a132b3fbda6698bfff719e
hmac: ee8b320176fd1494a9277724e2a2c56c77fc42143d40b71b11c17a20361ac80b
...