Skip to content

Commit 76d5ce7

Browse files
committed
Fix Containerfile to use Fedora 43 for Vale Copr repository
The base image now uses Fedora 43, but the Containerfile was still referencing fedora-40-x86_64 for the Vale Copr repository, which is no longer available. Updated to use fedora-43-x86_64 instead. Error: Chroot not found in the given Copr project (fedora-40-x86_64). Fix: Changed from fedora-40-x86_64 to fedora-43-x86_64
1 parent 7cc432f commit 76d5ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ LABEL \
3636
# Install system packages
3737
RUN set -x \
3838
&& dnf install --assumeyes --quiet dnf-plugins-core \
39-
&& dnf copr enable --assumeyes --quiet mczernek/vale fedora-40-x86_64 \
39+
&& dnf copr enable --assumeyes --quiet mczernek/vale fedora-43-x86_64 \
4040
&& dnf install --assumeyes --quiet \
4141
ShellCheck \
4242
bash \

0 commit comments

Comments
 (0)