Skip to content

Commit eb1182e

Browse files
committed
update for ivorysql 3.3 release
1 parent eda384c commit eb1182e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

3/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 3
22-
ENV IVORY_VERSION 3.2
22+
ENV IVORY_VERSION 3.3
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 3
84-
ENV IVORY_VERSION 3.2
84+
ENV IVORY_VERSION 3.3
8585

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

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"arches": [
55
"amd64"
66
],
7-
"version": "3.2"
7+
"version": "3.3"
88
},
99
"redhat": "ubi8",
1010
"major": 3,
1111
"variants": [
1212
"ubi8"
1313
],
14-
"version": "3.2"
14+
"version": "3.3"
1515
}
1616
}

0 commit comments

Comments
 (0)