From fe4fdd45f79283c0a7c2ffb9db9178670cd286a1 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Thu, 5 Jun 2025 03:53:58 +0200 Subject: [PATCH] feat(blueprint): update trmnl-byos-laravel template (#166) --- blueprints/trmnl-byos-laravel/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/trmnl-byos-laravel/docker-compose.yml b/blueprints/trmnl-byos-laravel/docker-compose.yml index 177313aa..ddefcc7c 100644 --- a/blueprints/trmnl-byos-laravel/docker-compose.yml +++ b/blueprints/trmnl-byos-laravel/docker-compose.yml @@ -1,6 +1,6 @@ services: trmnl-byos-laravel: - image: ghcr.io/usetrmnl/byos_laravel:0.3.2 + image: ghcr.io/usetrmnl/byos_laravel:0.4.0 environment: - APP_URL=${APP_URL} - PHP_OPCACHE_ENABLE=${PHP_OPCACHE_ENABLE}