Skip to content

Commit

Permalink
v8.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed May 16, 2022
1 parent b461b98 commit 96fe621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ RUN set -eux \
&& true

ENV MYSQL_MAJOR 8.0
ENV MYSQL_VERSION 8.0.28-1debian11
ENV MYSQL_VERSION 8.0.29-1debian11

# 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
RUN set -eux \
&& 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 \
&& true
Expand Down

0 comments on commit 96fe621

Please sign in to comment.