Skip to content

Commit 77f0a50

Browse files
committed
Update to 5.7.14, 5.6.32, and 5.5.51
1 parent c7c1d85 commit 77f0a50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

5.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf
3030
RUN apt-get update && apt-get install -y libaio1 pwgen && rm -rf /var/lib/apt/lists/*
3131

3232
ENV MYSQL_MAJOR 5.5
33-
ENV MYSQL_VERSION 5.5.50
33+
ENV MYSQL_VERSION 5.5.51
3434

3535
# 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?
3636
RUN apt-get update && apt-get install -y wget --no-install-recommends && rm -rf /var/lib/apt/lists/* \

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && r
3030
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
3131

3232
ENV MYSQL_MAJOR 5.6
33-
ENV MYSQL_VERSION 5.6.31-1debian8
33+
ENV MYSQL_VERSION 5.6.32-1debian8
3434

3535
RUN echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
3636

5.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && r
3030
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
3131

3232
ENV MYSQL_MAJOR 5.7
33-
ENV MYSQL_VERSION 5.7.13-1debian8
33+
ENV MYSQL_VERSION 5.7.14-1debian8
3434

3535
RUN echo "deb http://repo.mysql.com/apt/debian/ jessie mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
3636

0 commit comments

Comments
 (0)