chore: Update Docker images
- WordPress: 6.9.0-php8.5-fpm-alpine -> 6.9.1-php8.5-fpm-alpine - Nginx: 1.29.4-alpine-perl -> 1.29.5-alpine-perl Auto-updated by Gitea Actions
This commit is contained in:
@@ -2,8 +2,8 @@ apiVersion: v2
|
||||
name: wordpress-nginx
|
||||
description: WordPress with Nginx and PHP-FPM on Kubernetes
|
||||
type: application
|
||||
version: 6.9.4
|
||||
appVersion: "6.9.0"
|
||||
version: 6.9.1
|
||||
appVersion: "6.9.1"
|
||||
keywords:
|
||||
- wordpress
|
||||
- nginx
|
||||
|
||||
@@ -5,12 +5,12 @@ image:
|
||||
nginx:
|
||||
registry: docker.io
|
||||
repository: nginx
|
||||
tag: "1.29.4-alpine-perl"
|
||||
tag: "1.29.5-alpine-perl"
|
||||
pullPolicy: IfNotPresent
|
||||
wordpress:
|
||||
registry: docker.io
|
||||
repository: wordpress
|
||||
tag: "6.9.0-php8.5-fpm-alpine"
|
||||
tag: "6.9.1-php8.5-fpm-alpine"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# WordPress設定
|
||||
|
||||
Reference in New Issue
Block a user