File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM oraclelinux:latest
2
2
3
- ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.6-community/docker/x86_64/mysql-community-server-minimal-5.6.27 -2.el7.x86_64.rpm
3
+ ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.6-community/docker/x86_64/mysql-community-server-minimal-5.6.28 -2.el7.x86_64.rpm
4
4
5
5
# Install server
6
6
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \
Original file line number Diff line number Diff line change 1
1
FROM oraclelinux:latest
2
- ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.7-community/docker/x86_64/mysql-community-server-minimal-5.7.9 -1.el7.x86_64.rpm
2
+ ENV PACKAGE_URL https://repo.mysql.com/yum/mysql-5.7-community/docker/x86_64/mysql-community-server-minimal-5.7.10 -1.el7.x86_64.rpm
3
3
4
4
# Install server
5
5
RUN rpmkeys --import http://repo.mysql.com/RPM-GPG-KEY-mysql \
You can’t perform that action at this time.
0 commit comments