Skip to content

Commit

Permalink
TRUNK-6234 Fixing runtime jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed May 28, 2024
1 parent 28b69bd commit b289591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bamboo-specs/bamboo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Deploy to docker JDK 11:
set +x
export JDK_IMAGE="amazoncorretto-11"
export RUNTIME_JDK="jdk8-corretto"
export RUNTIME_JDK="jdk11-corretto"
export IMAGE_NIGHTLY=${bamboo.docker.image.name}:${bamboo.docker.image.tag}-${JDK_IMAGE}
export IMAGE_DEV=${bamboo.docker.image.name}:dev-${JDK_IMAGE}
Expand Down

0 comments on commit b289591

Please sign in to comment.