From 5ffc1b9da1e1842aca145036875c826e5dc7d34c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 13 Sep 2025 12:01:21 +0000 Subject: [PATCH] chore(deps): update fedora docker tag to v44 --- ci/cloudbuild/dockerfiles/fedora-38.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cloudbuild/dockerfiles/fedora-38.Dockerfile b/ci/cloudbuild/dockerfiles/fedora-38.Dockerfile index 07f9d300..a883b413 100644 --- a/ci/cloudbuild/dockerfiles/fedora-38.Dockerfile +++ b/ci/cloudbuild/dockerfiles/fedora-38.Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM fedora:38 +FROM fedora:44 ARG NCPU=4 # Installs the development tools needed by functions-framework-cpp and its