glpi upgrade
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 18s
Container Publish / update docker manifest (push) Has been cancelled
Container Publish / build-image (amd64) (push) Has been cancelled

This commit is contained in:
2025-10-02 09:51:47 +02:00
parent 903858dd62
commit b887ca9509
4 changed files with 21 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ Web server for GLPI deployment
```bash
cd src
docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.22" --build-arg "GLPI_VERSION=10.0.20" .
docker build -t docker.asperti.com/paspo/glpi --build-arg "ALPINE_VERSION=3.22" --build-arg "GLPI_VERSION=11.0.0" .
```
## run