From 2b04ed5e0e3a1aaed76862f1a688c21e42843bc7 Mon Sep 17 00:00:00 2001 From: vaiil Date: Sun, 14 Nov 2021 16:19:09 +0300 Subject: [PATCH] Migrate to official DockerHub repository From readme of [phpmyadmin/docker](https://github.com/phpmyadmin/docker) > Note that since phpMyAdmin has been accepted in to the official DockerHub repository, you can use either that or this older phpMyAdmin repository for your Docker installation. This is maintained as a courtesy to users who have not migrated. P.S. version from `phpmyadmin` supports `caching_sha2_password`, that makes me happy :) --- phpmyadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmyadmin/Dockerfile b/phpmyadmin/Dockerfile index 75812d9b..367e3134 100644 --- a/phpmyadmin/Dockerfile +++ b/phpmyadmin/Dockerfile @@ -1,4 +1,4 @@ -FROM phpmyadmin/phpmyadmin +FROM phpmyadmin LABEL maintainer="Bo-Yi Wu "