Skip to content

Commit

Permalink
chore(deps): update all dependencies to v25.2.0 (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent 0f42be5 commit 5dc6673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/cli.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3018
FROM uselagoon/php-8.2-cli-drupal:25.1.0
FROM uselagoon/php-8.2-cli-drupal:25.2.0

RUN apk add --no-cache $PHPIZE_DEPS && \
pecl install pcov && \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- cli

nginx:
image: uselagoon/nginx-drupal:25.1.0
image: uselagoon/nginx-drupal:25.2.0
<<: [*default-volumes, *default-user]
environment:
<<: *default-environment
Expand Down

0 comments on commit 5dc6673

Please sign in to comment.