Skip to content

Commit

Permalink
ci: Bump mariadb experimental version to 11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-suse committed Nov 25, 2024
1 parent 55c9b2b commit 880c37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/Dockerfile.environ.mariadb.experimental
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LANG en_US.UTF-8

RUN zypper -n in curl # rpm --import needs curl atm
RUN zypper ar -f http://cdn.opensuse.org/repositories/openSUSE:infrastructure:MirrorCache/15.6 mc
RUN zypper ar -f https://mirror.mariadb.org/yum/11.5/sles/15/x86_64 mariadb
RUN zypper ar -f https://mirror.mariadb.org/yum/11.7/sles/15/x86_64 mariadb
RUN rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
RUN zypper --gpg-auto-import-keys ref

Expand Down

0 comments on commit 880c37c

Please sign in to comment.