File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf
16
16
RUN apt-get update && apt-get install -y libaio1 pwgen && rm -rf /var/lib/apt/lists/*
17
17
18
18
ENV MYSQL_MAJOR 5.5
19
- ENV MYSQL_VERSION 5.5.48
19
+ ENV MYSQL_VERSION 5.5.49
20
20
21
21
# 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?
22
22
RUN apt-get update && apt-get install -y curl --no-install-recommends && rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && r
16
16
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
17
17
18
18
ENV MYSQL_MAJOR 5.6
19
- ENV MYSQL_VERSION 5.6.29 -1debian8
19
+ ENV MYSQL_VERSION 5.6.30 -1debian8
20
20
21
21
RUN echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
22
22
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && r
16
16
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
17
17
18
18
ENV MYSQL_MAJOR 5.7
19
- ENV MYSQL_VERSION 5.7.11 -1debian8
19
+ ENV MYSQL_VERSION 5.7.12 -1debian8
20
20
21
21
RUN echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
22
22
You can’t perform that action at this time.
0 commit comments