Skip to content

Commit fd23594

Browse files
committed
Update to 5.5.44 and 5.6.25
1 parent 63a93b7 commit fd23594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

5.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y libaio1 && rm -rf /var/lib/apt/lists/*
1717
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
1818

1919
ENV MYSQL_MAJOR 5.5
20-
ENV MYSQL_VERSION 5.5.43
20+
ENV MYSQL_VERSION 5.5.44
2121

2222
# 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?
2323
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
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf
1414
RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
1515

1616
ENV MYSQL_MAJOR 5.6
17-
ENV MYSQL_VERSION 5.6.24
17+
ENV MYSQL_VERSION 5.6.25
1818

1919
RUN echo "deb http://repo.mysql.com/apt/debian/ wheezy mysql-${MYSQL_MAJOR}" > /etc/apt/sources.list.d/mysql.list
2020

0 commit comments

Comments
 (0)