Skip to content

Commit

Permalink
chore(deps): update uselagoon images to v24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 7a151ac commit 04ce8de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
<< : *default-environment # loads the defined environment variables from the top

mariadb:
image: uselagoon/mariadb-10.11-drupal:24.9.0
image: uselagoon/mariadb-10.11-drupal:24.10.0
labels:
lagoon.type: mariadb
lando.type: mariadb-drupal
Expand Down
2 changes: 1 addition & 1 deletion lagoon/cli.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM uselagoon/php-8.3-cli-drupal:24.9.0
FROM uselagoon/php-8.3-cli-drupal:24.10.0

COPY composer.* /app/
COPY assets /app/assets
Expand Down
2 changes: 1 addition & 1 deletion lagoon/nginx.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} AS cli

FROM uselagoon/nginx-drupal:24.9.0
FROM uselagoon/nginx-drupal:24.10.0

COPY --from=cli /app /app

Expand Down
2 changes: 1 addition & 1 deletion lagoon/php.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} AS cli

FROM uselagoon/php-8.3-fpm:24.9.0
FROM uselagoon/php-8.3-fpm:24.10.0

COPY --from=cli /app /app

0 comments on commit 04ce8de

Please sign in to comment.