Skip to content

Commit

Permalink
chore(deps): update uselagoon images to v24.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 42d387a commit 26d9458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.11.0
image: uselagoon/mariadb-10.11-drupal:24.12.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.11.0
FROM uselagoon/php-8.3-cli-drupal:24.12.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.11.0
FROM uselagoon/nginx-drupal:24.12.0

COPY --from=cli /app /app

Expand Down

0 comments on commit 26d9458

Please sign in to comment.