Commit 19338a1c by chamberone

更新镜像版本

1 parent 4c810237
......@@ -11,7 +11,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>project-district</artifactId>
<name>district</name>
<name>Spring Cloud Alibaba district</name>
<description>district module</description>
<properties>
......
FROM openjdk:8-jdk-alpine as builder
FROM openjdk:11-jre-slim as builder
LABEL author="yuluo" \
email="yuluo829@aliyun.com"
......
FROM openjdk:8-jdk-alpine as builder
FROM openjdk:11-jre-slim as builder
LABEL author="yuluo" \
email="yuluo829@aliyun.com"
......
FROM openjdk:8-jdk-alpine as builder
FROM openjdk:11-jre-slim as builder
LABEL author="yuluo" \
email="yuluo829@aliyun.com"
......
......@@ -46,4 +46,6 @@ project-order 客户订单模块
project-gis 地图数据模块
project-geometry GIS底层依赖模块
\ No newline at end of file
project-geometry GIS底层依赖模块
project-district 行政区模块
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!