Skip to content

Commit ad6ea94

Browse files
committed
Merge branch '2.3.x'
Closes gh-23702
2 parents 89b11b0 + 07bdfd6 commit ad6ea94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/detect-ubuntu-image-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ISSUE_TITLE="Upgrade Ubuntu version in CI images"
44

55
ubuntu="focal"
66
latest=$( curl -s "https://hub.docker.com/v2/repositories/library/ubuntu/tags/?page_size=1&page=1&name=$ubuntu" | jq -c -r '.results[0].name' | awk '{split($0, parts, "-"); print parts[2]}' )
7-
current=$( grep "ubuntu:$ubuntu" git-repo/ci/images/spring-boot-ci-image/Dockerfile | awk '{split($0, parts, "-"); print parts[2]}' )
7+
current=$( grep "ubuntu:$ubuntu" git-repo/ci/images/ci-image/Dockerfile | awk '{split($0, parts, "-"); print parts[2]}' )
88

99
if [[ $current = $latest ]]; then
1010
echo "Already up-to-date"

0 commit comments

Comments
 (0)