fix: Makefile shall pull sandbox:main, not :latest (#2561)

This commit is contained in:
tobitege 2024-06-21 11:27:56 +02:00 committed by GitHub
parent 64c2a783d4
commit 6879acdfe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ SHELL=/bin/bash
# Makefile for OpenDevin project
# Variables
DOCKER_IMAGE = ghcr.io/opendevin/sandbox
DOCKER_IMAGE = ghcr.io/opendevin/sandbox:main
BACKEND_PORT = 3000
BACKEND_HOST = "127.0.0.1:$(BACKEND_PORT)"
FRONTEND_PORT = 3001