Skip to content

Commit 655435f

Browse files
author
MySQL Build Team
committed
Release version 0.13-router
* Bumped versions for January'21 release
1 parent 3e9840d commit 655435f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

8.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1515
FROM oraclelinux:7-slim
1616

17-
ARG MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-8.0.22
18-
ARG MYSQL_ROUTER_PACKAGE=mysql-router-community-8.0.22
17+
ARG MYSQL_SERVER_PACKAGE=mysql-community-server-minimal-8.0.23
18+
ARG MYSQL_ROUTER_PACKAGE=mysql-router-community-8.0.23
1919

2020
RUN yum install -y https://repo.mysql.com/mysql-community-minimal-release-el7.rpm \
2121
https://repo.mysql.com/mysql-community-release-el7.rpm \

8.0/inspec/control.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
impact 0.5
1313
describe package('mysql-community-server-minimal') do
1414
it { should be_installed }
15-
its ('version') { should match '8.0.22.*' }
15+
its ('version') { should match '8.0.23.*' }
1616
end
1717
describe package('mysql-router-community') do
1818
it { should be_installed }
19-
its ('version') { should match '8.0.22.*' }
19+
its ('version') { should match '8.0.23.*' }
2020
end
2121
end

0 commit comments

Comments
 (0)