Skip to content

Commit d7e7144

Browse files
committed
Update to 5.5.49, 5.6.30-1debian8, and 5.7.12-1debian8
1 parent 5b1a6a2 commit d7e7144

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
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf
1616
RUN apt-get update && apt-get install -y libaio1 pwgen && rm -rf /var/lib/apt/lists/*
1717

1818
ENV MYSQL_MAJOR 5.5
19-
ENV MYSQL_VERSION 5.5.48
19+
ENV MYSQL_VERSION 5.5.49
2020

2121
# 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?
2222
RUN apt-get update && apt-get install -y curl --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
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y perl pwgen --no-install-recommends && r
1616
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
1717

1818
ENV MYSQL_MAJOR 5.6
19-
ENV MYSQL_VERSION 5.6.29-1debian8
19+
ENV MYSQL_VERSION 5.6.30-1debian8
2020

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

5.7/Dockerfile

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

1818
ENV MYSQL_MAJOR 5.7
19-
ENV MYSQL_VERSION 5.7.11-1debian8
19+
ENV MYSQL_VERSION 5.7.12-1debian8
2020

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

0 commit comments

Comments
 (0)