Skip to content

Commit

Permalink
Update to 5.5.62
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Oct 22, 2018
1 parent 223f0be commit 7ca585e
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 @@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV MYSQL_MAJOR 5.5
ENV MYSQL_VERSION 5.5.61
ENV MYSQL_VERSION 5.5.62

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-linux-glibc2.12-x86_64.tar.gz" -O mysql.tar.gz \
Expand Down

0 comments on commit 7ca585e

Please sign in to comment.