Skip to content

Commit 0175b94

Browse files
authored
Merge pull request #342 from threefoldtech/development_fix_wordpress
update zinit and fix mysql install in wordpress image
2 parents 0d98650 + 5fe83d5 commit 0175b94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tfgrid3/wordpress/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -eux; \
1414
apt-get update; \
1515
apt-get install -y --no-install-recommends ca-certificates wget; \
1616
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; \
1818
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; \
1919
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; \
2020
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; \
4747

4848
RUN set -eux; \
4949
# gpg: key 3A79BD29: public key "MySQL Release Engineering <mysql-build@oss.oracle.com>" imported
50-
key='859BE8D7C586F538430B19C2467B942D3A79BD29'; \
50+
key='B7B3B788A8D3785C'; \
5151
export GNUPGHOME="$(mktemp -d)"; \
5252
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \
5353
mkdir -p /etc/apt/keyrings; \
@@ -56,7 +56,7 @@ RUN set -eux; \
5656
rm -rf "$GNUPGHOME"
5757

5858
ENV MYSQL_MAJOR 8.0
59-
ENV MYSQL_VERSION 8.0.34-1debian11
59+
ENV MYSQL_VERSION 8.0.37-1debian11
6060

6161
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
6262

0 commit comments

Comments
 (0)