docs: fix Alpine image tag (#637)

This commit is contained in:
Thomas Rothe 2024-06-07 11:14:38 +02:00 committed by GitHub
parent bfdd75e73f
commit 19dfcbee6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ To switch to Alpine-based images, apply the following changes to the `Dockerfile
```patch
-FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream
+FROM dunglas/frankenphp:1-alpine-php8.3 AS frankenphp_upstream
+FROM dunglas/frankenphp:1-php8.3-alpine AS frankenphp_upstream
-# hadolint ignore=DL3008
-RUN apt-get update && apt-get install -y --no-install-recommends \