Skip to content

Commit

Permalink
Update application containers to Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Nov 19, 2024
1 parent 7de10c6 commit 3ffe879
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion filebrowser/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/filebrowser/filebrowser:latest as binary

FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down
2 changes: 1 addition & 1 deletion nginx/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Install nginx, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down
2 changes: 1 addition & 1 deletion php-fpm-ttrss/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Install php and required modules, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down
2 changes: 1 addition & 1 deletion quasselcore/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Install quasselcore, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down
2 changes: 1 addition & 1 deletion unbound/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Install unbound, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down

0 comments on commit 3ffe879

Please sign in to comment.