Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM docker.io/bitnami/minideb:bookworm

# renovate: datasource=github-tags depName=WordPress/WordPress
ARG WORDPRESS_VERSION="7.0.3"
ARG WORDPRESS_VERSION="7.0.4"
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion charts/wordpress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ image:
registry: docker.io
repository: cloudtooling/wordpress
# renovate: datasource=github-tags depName=WordPress/WordPress
tag: "7.0.3"
tag: "7.0.4"
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading