mirror of
https://github.com/goreleaser/nfpm.git
synced 2026-06-19 08:05:04 +00:00
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:
+1
-1
@@ -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
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user