From d9f3bf8d30c3e11310100cfc0553eeec39aac018 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Fri, 17 Apr 2020 10:29:36 +0800 Subject: [PATCH] =?UTF-8?q?[feat:10]=20=E4=BF=AE=E6=94=B9Dockerfile?= =?UTF-8?q?=E4=B8=ADLABEL=E6=8F=8F=E8=BF=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 10/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/Dockerfile b/10/Dockerfile index 317e11b..11d8431 100644 --- a/10/Dockerfile +++ b/10/Dockerfile @@ -4,7 +4,7 @@ FROM endial/ubuntu:v18.04 LABEL \ "Version"="v10.12" \ "Description"="Docker image for PostgreSQL 10.12 based on Ubuntu 18.04." \ - "Dockerfile"="https://github.com/endial/docker-libs" \ + "Dockerfile"="https://github.com/endial/docker-postgres" \ "Vendor"="Endial Fang (endial@126.com)" ENV PG_MAJOR 10