Skip to content

Commit

Permalink
feat: WordPress 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
snowdream committed Jan 26, 2025
1 parent c9b41c1 commit 0fc4245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://github.com/snowdreamtech/wordpress" \
org.opencontainers.image.vendor="Snowdream Tech" \
org.opencontainers.image.version="6.6.2" \
org.opencontainers.image.version="6.7" \
org.opencontainers.image.url="https://github.com/snowdreamtech/wordpress"

# Switch to the user
Expand All @@ -24,7 +24,7 @@ ENV KEEPALIVE=1 \
# which are port numbers less than 1024.
CAP_NET_BIND_SERVICE=0

ENV WORDPRESS_VERSION=6.6.2 \
ENV WORDPRESS_VERSION=6.7 \
WORDPRESS_DB_NAME='test' \
WORDPRESS_DB_USER='root' \
WORDPRESS_DB_PASSWORD='' \
Expand Down
4 changes: 2 additions & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.authors="Snowdream Tech" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://github.com/snowdreamtech/wordpress" \
org.opencontainers.image.vendor="Snowdream Tech" \
org.opencontainers.image.version="6.6.2" \
org.opencontainers.image.version="6.7" \
org.opencontainers.image.url="https://github.com/snowdreamtech/wordpress"

# Switch to the user
Expand All @@ -24,7 +24,7 @@ ENV KEEPALIVE=1 \
# which are port numbers less than 1024.
CAP_NET_BIND_SERVICE=0

ENV WORDPRESS_VERSION=6.6.2 \
ENV WORDPRESS_VERSION=6.7 \
WORDPRESS_DB_NAME='test' \
WORDPRESS_DB_USER='root' \
WORDPRESS_DB_PASSWORD='' \
Expand Down

0 comments on commit 0fc4245

Please sign in to comment.