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 b461b98 commit 96fe621Copy full SHA for 96fe621
8.0/Dockerfile
@@ -76,9 +76,9 @@ RUN set -eux \
76
&& true
77
78
ENV MYSQL_MAJOR 8.0
79
-ENV MYSQL_VERSION 8.0.28-1debian11
+ENV MYSQL_VERSION 8.0.29-1debian11
80
81
-# https://repo.mysql.com/apt/debian/pool/mysql-8.0/m/mysql-community/mysql-client_8.0.28-1debian11_amd64.deb
+# https://repo.mysql.com/apt/debian/pool/mysql-8.0/m/mysql-community/mysql-client_8.0.29-1debian11_amd64.deb
82
RUN set -eux \
83
&& echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bullseye mysql-8.0' > /etc/apt/sources.list.d/mysql.list \
84
0 commit comments