We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e98b9 commit 2297b60Copy full SHA for 2297b60
5.5/Dockerfile
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf
30
RUN apt-get update && apt-get install -y libaio1 pwgen && rm -rf /var/lib/apt/lists/*
31
32
ENV MYSQL_MAJOR 5.5
33
-ENV MYSQL_VERSION 5.5.54
+ENV MYSQL_VERSION 5.5.55
34
35
RUN apt-get update && apt-get install -y ca-certificates wget --no-install-recommends && rm -rf /var/lib/apt/lists/* \
36
&& wget "https://cdn.mysql.com/Downloads/MySQL-$MYSQL_MAJOR/mysql-$MYSQL_VERSION-linux2.6-x86_64.tar.gz" -O mysql.tar.gz \
0 commit comments