Skip to content

Commit

Permalink
Merge pull request #6 from smartcommunitylab/renovate/wordpress-6.x
Browse files Browse the repository at this point in the history
chore(deps): update wordpress docker tag to v6.6.2
  • Loading branch information
ffais authored Oct 10, 2024
2 parents 213b0aa + a0e0dc0 commit d8d172b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/php-fpm-healtcheck-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:6.6.1-php8.2-fpm-alpine
FROM wordpress:6.6.2-php8.2-fpm-alpine@sha256:0f5053b3dc9551da2e41c5e071cceffc48e19ee000b5d19d9a38210cb6dd30a2
RUN apk add --no-cache fcgi

# Enable php fpm status page
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/php-fpm-redis-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:6.6.1-php8.2-fpm-alpine
FROM wordpress:6.6.2-php8.2-fpm-alpine@sha256:0f5053b3dc9551da2e41c5e071cceffc48e19ee000b5d19d9a38210cb6dd30a2

RUN apk add --no-cache fcgi

Expand Down

0 comments on commit d8d172b

Please sign in to comment.