Skip to content

Commit efd0614

Browse files
committed
Update to Fedora 42
1 parent cd3473f commit efd0614

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:41
1+
FROM fedora:42
22

33
RUN echo 'install_weak_deps=False' >> /etc/dnf/dnf.conf \
44
&& echo 'assumeyes=True' >> /etc/dnf/dnf.conf \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Description of all accepted environment variables follows.
150150

151151
**PRUNE** - if set, prune the repository after backup. Empty by default. [More info](https://borgbackup.readthedocs.io/en/stable/usage.html#borg-prune)
152152

153-
**GLOB** - filter data to prune by prefix of the archive. Empty by default - prune all data
153+
**GLOB** - filter data to prune by matching the glob against the archive. Empty by default - prune all data
154154

155155
**PRUNE_PREFIX** - filter data to prune by prefix of the archive. Empty by default - prune all data (DEPRECATED, use **GLOB** instead)
156156

0 commit comments

Comments
 (0)