Skip to content

Commit 0b3f19c

Browse files
authored
v4.2 release (#22)
1 parent d01e86c commit 0b3f19c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

4/bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN mkdir /docker-entrypoint-initdb.d
2121

2222
# Set environment variables for IvorySQL
2323
ENV IVORY_MAJOR 4
24-
ENV IVORY_VERSION 4.0
24+
ENV IVORY_VERSION 4.2
2525
ARG USE_CHINA_MIRROR=false
2626

2727
# Use China mirror if specified
@@ -116,7 +116,7 @@ COPY --from=builder /var/local/ivorysql /var/local/ivorysql/
116116
COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu
117117

118118
ENV IVORY_MAJOR 4
119-
ENV IVORY_VERSION 4.0
119+
ENV IVORY_VERSION 4.2
120120
ARG USE_CHINA_MIRROR=false
121121
RUN mkdir /docker-entrypoint-initdb.d
122122

4/ubi8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN groupadd -g 1000 ivorysql; \
1919
RUN mkdir /docker-entrypoint-initdb.d
2020

2121
ENV IVORY_MAJOR 4
22-
ENV IVORY_VERSION 4.0
22+
ENV IVORY_VERSION 4.2
2323

2424
RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo; \
2525
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/
8181
COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu
8282

8383
ENV IVORY_MAJOR 4
84-
ENV IVORY_VERSION 4.0
84+
ENV IVORY_VERSION 4.2
8585

8686
RUN mkdir /docker-entrypoint-initdb.d
8787

versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"arches": [
2828
"amd64"
2929
],
30-
"version": "4.0"
30+
"version": "4.2"
3131
},
3232
"redhat": "ubi8",
3333
"debian": "bookworm",
@@ -36,13 +36,13 @@
3636
"amd64",
3737
"arm64v8"
3838
],
39-
"version": "4.0"
39+
"version": "4.2"
4040
},
4141
"major": 4,
4242
"variants": [
4343
"ubi8",
4444
"bookworm"
4545
],
46-
"version": "4.0"
46+
"version": "4.2"
4747
}
4848
}

0 commit comments

Comments
 (0)