You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/12/21 22:19:45 UTC

[trafficserver-ci] branch main updated: Update github fedora to use fedora:37 (#120)

This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 15d6d1c  Update github fedora to use fedora:37 (#120)
15d6d1c is described below

commit 15d6d1c1f7c527168790793d7c21f34068369b85
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Wed Dec 21 16:19:40 2022 -0600

    Update github fedora to use fedora:37 (#120)
---
 jenkins/github/fedora.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 0eb8f9d..89a649c 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'ats/fedora:36'
+            image 'ats/fedora:37'
             //registryUrl 'https://ci.trafficserver.apache.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'