Framework update and base container update
This commit is contained in:
parent
253adb12b8
commit
2e74189da6
@ -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
1683
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user