Skip to content

Commit

Permalink
Update to 5.5.53
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Oct 12, 2016
1 parent 0312071 commit ae850f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf
RUN apt-get update && apt-get install -y libaio1 pwgen && rm -rf /var/lib/apt/lists/*

ENV MYSQL_MAJOR 5.5
ENV MYSQL_VERSION 5.5.52
ENV MYSQL_VERSION 5.5.53

RUN apt-get update && apt-get install -y ca-certificates wget --no-install-recommends && rm -rf /var/lib/apt/lists/* \
&& wget "https://cdn.mysql.com/Downloads/MySQL-$MYSQL_MAJOR/mysql-$MYSQL_VERSION-linux2.6-x86_64.tar.gz" -O mysql.tar.gz \
Expand Down

0 comments on commit ae850f6

Please sign in to comment.