Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent f5ecd33 commit 96764d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
working_directory: /app

docker:
- image: drevops/ci-runner:24.7.0
- image: drevops/ci-runner:24.10.0
environment:
DRUPAL_VERSION: 10

Expand Down
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.8.0
FROM uselagoon/php-8.2-cli-drupal:24.9.0

RUN apk add --no-cache $PHPIZE_DEPS && \
pecl install pcov && \
Expand Down
8 changes: 4 additions & 4 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.8.0
image: uselagoon/php-8.2-fpm:24.9.0
<<: [*default-volumes, *default-user]
environment:
<<: *default-environment
depends_on:
- cli

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

mariadb:
image: uselagoon/mariadb-drupal:24.8.0
image: uselagoon/mariadb-drupal:24.9.0
environment:
<<: *default-environment
ports:
Expand All @@ -77,7 +77,7 @@ services:

# Helper container to wait for services to become available.
wait_dependencies:
image: drevops/docker-wait-for-dependencies:24.7.0
image: drevops/docker-wait-for-dependencies:24.9.0
depends_on:
- cli
- mariadb
Expand Down

0 comments on commit 96764d4

Please sign in to comment.