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
WORKDIR /app