From f3297d5afdb6f1d01d0dd6f5931df7d1f164b3d0 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 27 Mar 2025 20:39:45 +0000 Subject: [PATCH] chore(deps): update fedora docker tag to v43 --- 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..738705bd 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:43 ARG NCPU=4 # Installs the development tools needed by functions-framework-cpp and its