Skip to content

Commit

Permalink
chore(deps): update all dependencies to v24.11.0 (#323)
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 Nov 27, 2024
1 parent 72965e3 commit 5e270a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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:24.10.0
FROM uselagoon/php-8.2-cli-drupal:24.11.0

RUN apk add --no-cache $PHPIZE_DEPS && \
pecl install pcov && \
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ services:
- container:amazeeio-ssh-agent ### Local overrides to mount host SSH keys. Automatically removed in CI.

php:
image: uselagoon/php-8.2-fpm:24.10.0
image: uselagoon/php-8.2-fpm:24.11.0
<<: [*default-volumes, *default-user]
environment:
<<: *default-environment
depends_on:
- cli

nginx:
image: uselagoon/nginx-drupal:24.10.0
image: uselagoon/nginx-drupal:24.11.0
<<: [*default-volumes, *default-user]
environment:
<<: *default-environment
Expand All @@ -60,7 +60,7 @@ services:
- default

mariadb:
image: uselagoon/mariadb-drupal:24.10.0
image: uselagoon/mariadb-drupal:24.11.0
environment:
<<: *default-environment
ports:
Expand Down

0 comments on commit 5e270a7

Please sign in to comment.