Do not use prebuilt bench image as it may be outdated or not available as an ARM build.

The source image is in this repo anyway.
This commit is contained in:
Niklas Liechti 2025-09-15 10:40:35 +02:00
parent 5bce10ed18
commit d9e744fc7b

View file

@ -42,8 +42,7 @@ services:
image: docker.io/redis:alpine
frappe:
image: docker.io/frappe/bench:latest
platform: linux/amd64
build: ../images/bench
command: sleep infinity
environment:
- SHELL=/bin/bash