diff options
author | Mario <mario@mariovavti.com> | 2022-02-11 10:33:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-11 10:33:54 +0000 |
commit | 09d2fce85ddf9db8e85e0f496fde61c0bbd55dde (patch) | |
tree | c475ac3da01a1fb1c47d687372369b094ae535fa /.gitlab-ci.yml | |
parent | fc3060cb299e17694a5a6d5ff2f97decfe4e648b (diff) | |
download | volse-hubzilla-09d2fce85ddf9db8e85e0f496fde61c0bbd55dde.tar.gz volse-hubzilla-09d2fce85ddf9db8e85e0f496fde61c0bbd55dde.tar.bz2 volse-hubzilla-09d2fce85ddf9db8e85e0f496fde61c0bbd55dde.zip |
run composer updatee
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a44094e3..8ba18d4ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,7 +134,7 @@ php8.0_mariadb10.3: pages: stage: deploy cache: {} - image: php:7-cli-alpine + image: php:8-cli-alpine before_script: - apk update - apk add doxygen ttf-freefont graphviz |