fix(deps): bump fedora from 40 to 44 in /testdata/acceptance

Bumps fedora from 40 to 44.

---
updated-dependencies:
- dependency-name: fedora
  dependency-version: '44'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-04 10:43:10 +00:00
committed by GitHub
parent 815b8640bd
commit 9826d0dba0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM fedora:40 AS test_base
FROM fedora:44 AS test_base
RUN yum install -y createrepo yum-utils
ARG package
RUN echo "${package}"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM fedora:41 AS test_base
FROM fedora:44 AS test_base
RUN yum install -y createrepo yum-utils
ARG package
RUN echo "${package}"