소스 검색

Update Dockerfile

switch to `o3de` version 2305.1 

Signed-off-by: Jeremy Adams <[email protected]>
Jeremy Adams 2 년 전
부모
커밋
91971cb3c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -14,7 +14,7 @@ ARG IMAGE_TYPE=full  # Default to 'full'
 
 # Arguments for the source repos 
 ARG O3DE_REPO=https://github.com/o3de/o3de.git
-ARG O3DE_BRANCH=2305.0
+ARG O3DE_BRANCH=2305.1
 
 ARG O3DE_EXTRAS_REPO=https://github.com/o3de/o3de-extras.git
 ARG O3DE_EXTRAS_BRANCH=2305.0