File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
apollo-adminservice/src/main/docker
apollo-configservice/src/main/docker
apollo-portal/src/main/docker Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM openjdk:8-jre-alpine
7
7
MAINTAINER ameizi <sxyx2008@163.com>
8
8
9
9
ENV APOLLO_RUN_MODE "Docker"
10
- ENV VERSION 1.8.1
10
+ ENV VERSION 1.8.2
11
11
ENV SERVER_PORT 8090
12
12
13
13
RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM openjdk:8-jre-alpine
7
7
MAINTAINER ameizi <sxyx2008@163.com>
8
8
9
9
ENV APOLLO_RUN_MODE "Docker"
10
- ENV VERSION 1.8.1
10
+ ENV VERSION 1.8.2
11
11
ENV SERVER_PORT 8080
12
12
13
13
RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM openjdk:8-jre-alpine
7
7
MAINTAINER ameizi <sxyx2008@163.com>
8
8
9
9
ENV APOLLO_RUN_MODE "Docker"
10
- ENV VERSION 1.8.1
10
+ ENV VERSION 1.8.2
11
11
ENV SERVER_PORT 8070
12
12
13
13
RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \
Original file line number Diff line number Diff line change 73
73
</developers >
74
74
75
75
<properties >
76
- <revision >1.8.1 </revision >
76
+ <revision >1.8.2 </revision >
77
77
<java .version>1.8</java .version>
78
78
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
79
79
<spring-boot .version>2.4.2</spring-boot .version>
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : apollo-portal
3
3
description : A Helm chart for Apollo Portal
4
4
type : application
5
- version : 0.2.1
6
- appVersion : 1.8.1
5
+ version : 0.2.2
6
+ appVersion : 1.8.2
7
7
home : https://github.com/ctripcorp/apollo
8
8
icon : https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png
9
9
maintainers :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : apollo-service
3
3
description : A Helm chart for Apollo Config Service and Apollo Admin Service
4
4
type : application
5
- version : 0.2.1
6
- appVersion : 1.8.1
5
+ version : 0.2.2
6
+ appVersion : 1.8.2
7
7
home : https://github.com/ctripcorp/apollo
8
8
icon : https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png
9
9
maintainers :
You can’t perform that action at this time.
0 commit comments