Skip to content

Commit

Permalink
Update to 5.5.55
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Apr 10, 2017
1 parent 93e98b9 commit 2297b60
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.54
ENV MYSQL_VERSION 5.5.55

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 2297b60

Please sign in to comment.