Skip to content

Commit 2d67d42

Browse files
committed
Update to 5.5.45
1 parent fb72249 commit 2d67d42

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
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y libaio1 && rm -rf /var/lib/apt/lists/*
1616
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5
1717

1818
ENV MYSQL_MAJOR 5.5
19-
ENV MYSQL_VERSION 5.5.44
19+
ENV MYSQL_VERSION 5.5.45
2020

2121
# note: we're pulling the *.asc file from mysql.he.net instead of dev.mysql.com because the official mirror 404s that file for whatever reason - maybe it's at a different path?
2222
RUN apt-get update && apt-get install -y curl --no-install-recommends && rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)