Skip to content

Commit

Permalink
feat: 6.5.3 + 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jun 2, 2024
1 parent 4556e85 commit 06e3fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM wordpress:6.5.2-php8.3-apache
FROM wordpress:6.5.3-php8.3-apache
LABEL org.opencontainers.image.authors="[email protected]"

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV WORDPRESS_PREPARE_DIR=/usr/src/wordpress

# plugin: https://github.com/WordPress/sqlite-database-integration
ENV SQLITE_DATABASE_INTEGRATION_VERSION=2.1.9
ENV SQLITE_DATABASE_INTEGRATION_VERSION=2.1.11
# details: https://soulteary.com/2024/04/21/wordpress-sqlite-docker-image-packaging-details.html
RUN curl -L -o sqlite-database-integration.tar.gz "https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/v${SQLITE_DATABASE_INTEGRATION_VERSION}.tar.gz" && \
tar zxvf sqlite-database-integration.tar.gz && \
Expand Down

0 comments on commit 06e3fb4

Please sign in to comment.