Skip to content

Commit 588db64

Browse files
authored
Update buildspec.yml
1 parent 72a0858 commit 588db64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildspec.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
build:
55
commands:
6-
- cd $CODEBUILD_SRC_DIR/ubuntu/standard/5.0
7-
- docker build -t aws/codebuild/standard:5.0 .
8-
- cd $CODEBUILD_SRC_DIR/al2/x86_64/standard/3.0
9-
- docker build -t aws/codebuild/amazonlinux2-x86_64-standard:3.0 .
6+
- cd $CODEBUILD_SRC_DIR/ubuntu/standard/6.0
7+
- docker build -t aws/codebuild/standard:6.0 .
8+
- cd $CODEBUILD_SRC_DIR/al2/x86_64/standard/4.0
9+
- docker build -t aws/codebuild/amazonlinux2-x86_64-standard:4.0 .

0 commit comments

Comments
 (0)