Skip to content

Commit 76806cd

Browse files
Update innovation to 8.2.0, mysql-shell 8.0.35-1.el8, oracle 8.2.0-1.el8
1 parent 84ba05e commit 76806cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

innovation/Dockerfile.oracle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN set -eux; \
5353
rm -rf "$GNUPGHOME"
5454

5555
ENV MYSQL_MAJOR innovation
56-
ENV MYSQL_VERSION 8.1.0-1.el8
56+
ENV MYSQL_VERSION 8.2.0-1.el8
5757

5858
RUN set -eu; \
5959
. /etc/os-release; \
@@ -106,7 +106,7 @@ RUN set -eu; \
106106
# https://github.com/docker-library/mysql/pull/680#issuecomment-825930524
107107
echo 'module_hotfixes=true'; \
108108
} | tee /etc/yum.repos.d/mysql-community-tools.repo
109-
ENV MYSQL_SHELL_VERSION 8.0.34-1.el8
109+
ENV MYSQL_SHELL_VERSION 8.0.35-1.el8
110110
RUN set -eux; \
111111
microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
112112
microdnf clean all; \

versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
},
3636
"innovation": {
3737
"mysql-shell": {
38-
"version": "8.0.34-1.el8"
38+
"version": "8.0.35-1.el8"
3939
},
4040
"oracle": {
4141
"architectures": [
4242
"amd64",
4343
"arm64v8"
4444
],
4545
"variant": "8-slim",
46-
"version": "8.1.0-1.el8"
46+
"version": "8.2.0-1.el8"
4747
},
48-
"version": "8.1.0"
48+
"version": "8.2.0"
4949
}
5050
}

0 commit comments

Comments
 (0)