update base image to 1.0.37

This commit is contained in:
Fernando Ontiveros
2025-07-01 19:27:26 -04:00
parent 7160ab6768
commit f06b26f933
3 changed files with 381 additions and 401 deletions

View File

@@ -42,7 +42,7 @@
"laravel/tinker": "^2.0",
"league/oauth2-client": "^2.4",
"league/oauth2-google": "^3.0",
"tecnickcom/tcpdf": "6.4.*",
"tecnickcom/tcpdf": "6.8.0",
"predis/predis": "1.1.1",
"phpmyadmin/sql-parser": "^5.3",
"aws/aws-sdk-php": "~3.0",

778
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
# Use our base image
# FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.33-php8.3
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.36-php8.3
FROM gitlab.luranasoft.com:5050/luos/docker/base-image:1.0.37-php8.3
# Set the working directory
WORKDIR /code