You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: 5.6/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ RUN set -ex; \
50
50
RUN echo 'deb https://repo.percona.com/apt jessie main' > /etc/apt/sources.list.d/percona.list
51
51
52
52
ENV PERCONA_MAJOR 5.6
53
-
ENV PERCONA_VERSION 5.6.34-79.1-1.jessie
53
+
ENV PERCONA_VERSION 5.6.35-80.0-1.jessie
54
54
55
55
# the "/var/lib/mysql" stuff here is because the mysql-server postinst doesn't have an explicit way to disable the mysql_install_db codepath besides having a database already "configured" (ie, stuff in /var/lib/mysql/mysql)
56
56
# also, we set debconf keys to make APT a little quieter
0 commit comments