File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN mkdir /docker-entrypoint-initdb.d
21
21
22
22
# Set environment variables for IvorySQL
23
23
ENV IVORY_MAJOR 4
24
- ENV IVORY_VERSION 4.0
24
+ ENV IVORY_VERSION 4.2
25
25
ARG USE_CHINA_MIRROR=false
26
26
27
27
# Use China mirror if specified
@@ -116,7 +116,7 @@ COPY --from=builder /var/local/ivorysql /var/local/ivorysql/
116
116
COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu
117
117
118
118
ENV IVORY_MAJOR 4
119
- ENV IVORY_VERSION 4.0
119
+ ENV IVORY_VERSION 4.2
120
120
ARG USE_CHINA_MIRROR=false
121
121
RUN mkdir /docker-entrypoint-initdb.d
122
122
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 4
22
- ENV IVORY_VERSION 4.0
22
+ ENV IVORY_VERSION 4.2
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 4
84
- ENV IVORY_VERSION 4.0
84
+ ENV IVORY_VERSION 4.2
85
85
86
86
RUN mkdir /docker-entrypoint-initdb.d
87
87
Original file line number Diff line number Diff line change 27
27
"arches" : [
28
28
" amd64"
29
29
],
30
- "version" : " 4.0 "
30
+ "version" : " 4.2 "
31
31
},
32
32
"redhat" : " ubi8" ,
33
33
"debian" : " bookworm" ,
36
36
" amd64" ,
37
37
" arm64v8"
38
38
],
39
- "version" : " 4.0 "
39
+ "version" : " 4.2 "
40
40
},
41
41
"major" : 4 ,
42
42
"variants" : [
43
43
" ubi8" ,
44
44
" bookworm"
45
45
],
46
- "version" : " 4.0 "
46
+ "version" : " 4.2 "
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments