Răsfoiți Sursa

Set default tag for O3DE to critical fix for broken PyYaml dependencies (#27)

Signed-off-by: Steve Pham <[email protected]>
Steve Pham 2 ani în urmă
părinte
comite
7cd215ba42
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Docker/Dockerfile

+ 1 - 1
Docker/Dockerfile

@@ -19,7 +19,7 @@ ARG IMAGE_TYPE=simulation  # Default to 'simulation'
 
 # Arguments for the source repos needed for the robot vacuum sample docker
 ARG O3DE_REPO=https://github.com/o3de/o3de.git
-ARG O3DE_BRANCH=3ec71ff
+ARG O3DE_BRANCH=5b30aaf
 
 ARG O3DE_EXTRAS_REPO=https://github.com/o3de/o3de-extras.git
 ARG O3DE_EXTRAS_BRANCH=3464657