Przeglądaj źródła

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

tobitege 1 rok temu
rodzic
commit
6879acdfe7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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