Skip to content

Commit 044416e

Browse files
committed
Merge pull request docker-library#103 from sherter/version-update
Update to 5.5.46 and 5.6.27
2 parents 5836bc9 + e892e8c commit 044416e

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
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y libaio1 && rm -rf /var/lib/apt/lists/*
1919
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
2020

2121
ENV MYSQL_MAJOR 5.5
22-
ENV MYSQL_VERSION 5.5.45
22+
ENV MYSQL_VERSION 5.5.46
2323

2424
# 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?
2525
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 --no-install-recommends && rm -rf
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.26
19+
ENV MYSQL_VERSION 5.6.27
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)