Skip to content

Commit d22fb1f

Browse files
authored
Update buildspec.yml
1 parent e4ca92b commit d22fb1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 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/2.0
7-
- docker build -t aws/codebuild/standard:2.0 .
8-
- cd $CODEBUILD_SRC_DIR/al2/x86_64/standard/1.0
9-
- docker build -t aws/codebuild/amazonlinux2-x86_64-standard:1.0 .
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 .

0 commit comments

Comments
 (0)