Skip to content

Commit ee989d0

Browse files
Update to 5.5.54
1 parent 400ca81 commit ee989d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y perl --no-install-recommends && rm -rf
3030
RUN apt-get update && apt-get install -y libaio1 pwgen && rm -rf /var/lib/apt/lists/*
3131

3232
ENV MYSQL_MAJOR 5.5
33-
ENV MYSQL_VERSION 5.5.53
33+
ENV MYSQL_VERSION 5.5.54
3434

3535
RUN apt-get update && apt-get install -y ca-certificates wget --no-install-recommends && rm -rf /var/lib/apt/lists/* \
3636
&& 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

Comments
 (0)