File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -eux; \
14
14
apt-get update; \
15
15
apt-get install -y --no-install-recommends ca-certificates wget; \
16
16
rm -rf /var/lib/apt/lists/*; \
17
- wget https://github.com/threefoldtech/zinit/releases/download/v0 .2.12 /zinit -O /sbin/zinit; \
17
+ wget https://github.com/threefoldtech/zinit/releases/download/0 .2.14 /zinit -O /sbin/zinit; \
18
18
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" ; \
19
19
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" ; \
20
20
wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc" ; \
@@ -47,7 +47,7 @@ RUN set -eux; \
47
47
48
48
RUN set -eux; \
49
49
# gpg: key 3A79BD29: public key "MySQL Release Engineering <mysql-build@oss.oracle.com>" imported
50
- key='859BE8D7C586F538430B19C2467B942D3A79BD29 ' ; \
50
+ key='B7B3B788A8D3785C ' ; \
51
51
export GNUPGHOME="$(mktemp -d)" ; \
52
52
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; \
53
53
mkdir -p /etc/apt/keyrings; \
@@ -56,7 +56,7 @@ RUN set -eux; \
56
56
rm -rf "$GNUPGHOME"
57
57
58
58
ENV MYSQL_MAJOR 8.0
59
- ENV MYSQL_VERSION 8.0.34 -1debian11
59
+ ENV MYSQL_VERSION 8.0.37 -1debian11
60
60
61
61
RUN echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bullseye mysql-8.0' > /etc/apt/sources.list.d/mysql.list
62
62
You can’t perform that action at this time.
0 commit comments