Switching to Alpine to reduce container size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-02-10 09:19:28 +00:00
parent 34fc95a78c
commit 64dff1c895
2 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
FROM php:8.4-cli FROM php:8.4-cli-alpine
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app

20
composer.lock generated
View File

@ -4371,16 +4371,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.12.16", "version": "1.12.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "e0bb5cb78545aae631220735aa706eac633a6be9" "reference": "7027b3b0270bf392de0cfba12825979768d728bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e0bb5cb78545aae631220735aa706eac633a6be9", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7027b3b0270bf392de0cfba12825979768d728bf",
"reference": "e0bb5cb78545aae631220735aa706eac633a6be9", "reference": "7027b3b0270bf392de0cfba12825979768d728bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4425,7 +4425,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-01-21T14:50:05+00:00" "time": "2025-02-07T15:01:57+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -6401,12 +6401,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "7b4ab319d905390d4b78c1c0a3dbec0f85fa8f06" "reference": "d577f78e60d7aff42e42af7825c0c978b094a558"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/7b4ab319d905390d4b78c1c0a3dbec0f85fa8f06", "url": "https://api.github.com/repos/vimeo/psalm/zipball/d577f78e60d7aff42e42af7825c0c978b094a558",
"reference": "7b4ab319d905390d4b78c1c0a3dbec0f85fa8f06", "reference": "d577f78e60d7aff42e42af7825c0c978b094a558",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6430,7 +6430,7 @@
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"nikic/php-parser": "^5.0.0", "nikic/php-parser": "^5.0.0",
"php": "~8.1.17 || ~8.2.4 || ~8.3.0 || ~8.4.0", "php": "~8.1.17 || ~8.2.4 || ~8.3.0 || ~8.4.0",
"sebastian/diff": "^4.0 || ^5.0 || ^6.0", "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"spatie/array-to-xml": "^2.17.0 || ^3.0", "spatie/array-to-xml": "^2.17.0 || ^3.0",
"symfony/console": "^6.0 || ^7.0", "symfony/console": "^6.0 || ^7.0",
"symfony/filesystem": "^6.0 || ^7.0" "symfony/filesystem": "^6.0 || ^7.0"
@ -6509,7 +6509,7 @@
"issues": "https://github.com/vimeo/psalm/issues", "issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm" "source": "https://github.com/vimeo/psalm"
}, },
"time": "2025-02-06T12:19:12+00:00" "time": "2025-02-09T20:34:37+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",