Skip to content

Commit 471e6f9

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-32947
2 parents f44531a + f881d12 commit 471e6f9

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
@@ -2,7 +2,7 @@
22

33
ISSUE_TITLE="Upgrade Ubuntu version in CI images"
44

5-
ubuntu="focal"
5+
ubuntu="jammy"
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]}' )
77
current=$( grep "ubuntu:$ubuntu" git-repo/ci/images/ci-image/Dockerfile | awk '{split($0, parts, "-"); print parts[2]}' )
88

0 commit comments

Comments
 (0)