From f14ea244741d20a282db005effaf918309d97518 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Fri, 16 Jul 2021 09:59:02 +0800 Subject: [PATCH] =?UTF-8?q?[feat:10]=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=AE=9A=E4=B9=89=E5=8F=8A=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7dfc61..bc0c778 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # 设置当前应用名称及版本 ARG app_name=builder -ARG app_version=1.0.0 +ARG app_version=buster # 设置默认仓库地址,默认为 阿里云 仓库 ARG registry_url="registry.cn-shenzhen.aliyuncs.com" @@ -18,7 +18,7 @@ ARG local_url="" # 1. 生成镜像 ===================================================================== -FROM ${registry_url}/colovu/debian:buster +FROM ${registry_url}/colovu/debian:${app_version} # 声明需要使用的全局可变参数 ARG app_name