Skip to content

Commit 0ef38c6

Browse files
authored
fix: use vale COPR from Fedora 42 repo (#2999)
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
1 parent 2f23828 commit 0ef38c6

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-43-x86_64 \
39+
&& dnf copr enable --assumeyes --quiet mczernek/vale fedora-42-x86_64 \
4040
&& dnf install --assumeyes --quiet \
4141
ShellCheck \
4242
bash \

0 commit comments

Comments
 (0)