Framework update and base container update

This commit is contained in:
Deon George 2024-01-09 21:56:43 +11:00
parent 253adb12b8
commit 2e74189da6
3 changed files with 977 additions and 710 deletions

View File

@ -5,7 +5,7 @@ stages:
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
key: ${CI_JOB_NAME_SLUG}-${CI_COMMIT_REF_SLUG}
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/

1683
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
FROM registry.dege.au/leenooks/php:8.1-fpm-alpine-pgsql
FROM registry.dege.au/leenooks/php:8.1-fpm-pgsql
COPY . /var/www/html/