diff --git a/3/ubi8/Dockerfile b/3/ubi8/Dockerfile index c3a8f3f..0d680bc 100644 --- a/3/ubi8/Dockerfile +++ b/3/ubi8/Dockerfile @@ -19,7 +19,7 @@ RUN groupadd -g 1000 ivorysql; \ RUN mkdir /docker-entrypoint-initdb.d ENV IVORY_MAJOR 3 -ENV IVORY_VERSION 3.2 +ENV IVORY_VERSION 3.3 RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo; \ 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/ COPY --from=builder /usr/local/bin/gosu /usr/local/bin/gosu ENV IVORY_MAJOR 3 -ENV IVORY_VERSION 3.2 +ENV IVORY_VERSION 3.3 RUN mkdir /docker-entrypoint-initdb.d diff --git a/versions.json b/versions.json index c516173..9e88b29 100644 --- a/versions.json +++ b/versions.json @@ -4,13 +4,13 @@ "arches": [ "amd64" ], - "version": "3.2" + "version": "3.3" }, "redhat": "ubi8", "major": 3, "variants": [ "ubi8" ], - "version": "3.2" + "version": "3.3" } }