Skip to content

Commit

Permalink
chore(deps): update all dependencies to v24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2024
1 parent b725010 commit d8eae6a
Showing 1 changed file with 3 additions and 3 deletions.
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.9.0
image: uselagoon/php-8.2-fpm:24.10.0
<<: [*default-volumes, *default-user]
environment:
<<: *default-environment
depends_on:
- cli

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

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

0 comments on commit d8eae6a

Please sign in to comment.