File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN groupadd -g 1000 ivorysql; \
19
19
RUN mkdir /docker-entrypoint-initdb.d
20
20
21
21
ENV IVORY_MAJOR 3
22
- ENV IVORY_VERSION 3.2
22
+ ENV IVORY_VERSION 3.3
23
23
24
24
RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo; \
25
25
sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo
@@ -81,7 +81,7 @@ COPY --from=builder /var/local/ivorysql /var/local/ivorysql/
81
81
COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu
82
82
83
83
ENV IVORY_MAJOR 3
84
- ENV IVORY_VERSION 3.2
84
+ ENV IVORY_VERSION 3.3
85
85
86
86
RUN mkdir /docker-entrypoint-initdb.d
87
87
Original file line number Diff line number Diff line change 4
4
"arches" : [
5
5
" amd64"
6
6
],
7
- "version" : " 3.2 "
7
+ "version" : " 3.3 "
8
8
},
9
9
"redhat" : " ubi8" ,
10
10
"major" : 3 ,
11
11
"variants" : [
12
12
" ubi8"
13
13
],
14
- "version" : " 3.2 "
14
+ "version" : " 3.3 "
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments