File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf
30
30
RUN apt-get update && apt-get install -y libaio1 pwgen && rm -rf /var/lib/apt/lists/*
31
31
32
32
ENV MYSQL_MAJOR 5.5
33
- ENV MYSQL_VERSION 5.5.51
33
+ ENV MYSQL_VERSION 5.5.52
34
34
35
35
# note: we're pulling the *.asc file from mysql.he.net instead of dev.mysql.com because the official mirror 404s that file for whatever reason - maybe it's at a different path?
36
36
RUN apt-get update && apt-get install -y wget --no-install-recommends && rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && r
30
30
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
31
31
32
32
ENV MYSQL_MAJOR 5.6
33
- ENV MYSQL_VERSION 5.6.32 -1debian8
33
+ ENV MYSQL_VERSION 5.6.33 -1debian8
34
34
35
35
RUN echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && r
30
30
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
31
31
32
32
ENV MYSQL_MAJOR 5.7
33
- ENV MYSQL_VERSION 5.7.14 -1debian8
33
+ ENV MYSQL_VERSION 5.7.15 -1debian8
34
34
35
35
RUN echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
36
36
You can’t perform that action at this time.
0 commit comments