Skip to content

Commit 0f65e29

Browse files
Copilotdkayiwa
andauthored
Fix non-existent Docker image tag in Bamboo CI config (#238)
* Initial plan * Fix invalid Docker image tag: use maven:3.9.12-amazoncorretto-25 Co-authored-by: dkayiwa <1390773+dkayiwa@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dkayiwa <1390773+dkayiwa@users.noreply.github.com>
1 parent f6af82a commit 0f65e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bamboo-specs/bamboo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Build and Test JDK 25:
5757
5858
set -x
5959
60-
export IMAGE="maven:3.9.9-amazoncorretto-25"
60+
export IMAGE="maven:3.9.12-amazoncorretto-25"
6161
6262
docker pull ${IMAGE}
6363

0 commit comments

Comments
 (0)