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 e279ec9 commit d32482cCopy full SHA for d32482c
5.5/Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
37
&& rm -rf /var/lib/apt/lists/*
38
39
ENV MYSQL_MAJOR 5.5
40
-ENV MYSQL_VERSION 5.5.59
+ENV MYSQL_VERSION 5.5.60
41
42
RUN apt-get update && apt-get install -y ca-certificates wget --no-install-recommends && rm -rf /var/lib/apt/lists/* \
43
&& wget "https://cdn.mysql.com/Downloads/MySQL-$MYSQL_MAJOR/mysql-$MYSQL_VERSION-linux-glibc2.12-x86_64.tar.gz" -O mysql.tar.gz \
0 commit comments