Skip to content

Commit d32482c

Browse files
Update to 5.5.60
1 parent e279ec9 commit d32482c

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
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3737
&& rm -rf /var/lib/apt/lists/*
3838

3939
ENV MYSQL_MAJOR 5.5
40-
ENV MYSQL_VERSION 5.5.59
40+
ENV MYSQL_VERSION 5.5.60
4141

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

Comments
 (0)