File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN set -eux; \
53
53
rm -rf "$GNUPGHOME"
54
54
55
55
ENV MYSQL_MAJOR innovation
56
- ENV MYSQL_VERSION 8.1 .0-1.el8
56
+ ENV MYSQL_VERSION 8.2 .0-1.el8
57
57
58
58
RUN set -eu; \
59
59
. /etc/os-release; \
@@ -106,7 +106,7 @@ RUN set -eu; \
106
106
# https://github.com/docker-library/mysql/pull/680#issuecomment-825930524
107
107
echo 'module_hotfixes=true'; \
108
108
} | 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
110
110
RUN set -eux; \
111
111
microdnf install -y "mysql-shell-$MYSQL_SHELL_VERSION"; \
112
112
microdnf clean all; \
Original file line number Diff line number Diff line change 35
35
},
36
36
"innovation" : {
37
37
"mysql-shell" : {
38
- "version" : " 8.0.34 -1.el8"
38
+ "version" : " 8.0.35 -1.el8"
39
39
},
40
40
"oracle" : {
41
41
"architectures" : [
42
42
" amd64" ,
43
43
" arm64v8"
44
44
],
45
45
"variant" : " 8-slim" ,
46
- "version" : " 8.1 .0-1.el8"
46
+ "version" : " 8.2 .0-1.el8"
47
47
},
48
- "version" : " 8.1 .0"
48
+ "version" : " 8.2 .0"
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments