diff --git a/Dockerfile b/Dockerfile
index b7ebde5..d5f165f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -92,15 +92,15 @@ RUN set -eux; \
# gpgconf --kill all; \
# rm -rf "$GNUPGHOME"; \
# fi; \
- git clone -b PHP-8.2 --single-branch https://github.com/php/php-src php; \
+ git clone https://github.com/php/php-src php; \
cd php; \
- # git checkout "$( \
- # git for-each-ref --format='%(refname)' refs/tags \
- # | grep -E 'refs/tags/php-8\.1[.0-9]+$' \
- # | sed 's|.*tags/||g' \
- # | sort -V \
- # | tail -1 \
- # )"; \
+ git checkout "$( \
+ git for-each-ref --format='%(refname)' refs/tags \
+ | grep -E 'refs/tags/php-8\.2[.0-9]+$' \
+ | sed 's|.*tags/||g' \
+ | sort -V \
+ | tail -1 \
+ )"; \
./buildconf --force; \
rm -rf .git; \
cd /usr/src; \
diff --git a/README.md b/README.md
index f1bac39..0d26747 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,23 @@
# PHP-FPM 8.2
+[![Tag](https://img.shields.io/github/tag/devilbox/docker-php-fpm-8.2.svg)](https://github.com/devilbox/docker-php-fpm-8.2/releases)
[![lint](https://github.com/devilbox/docker-php-fpm-8.2/workflows/lint/badge.svg)](https://github.com/devilbox/docker-php-fpm-8.2/actions?query=workflow%3Alint)
[![build](https://github.com/devilbox/docker-php-fpm-8.2/workflows/build/badge.svg)](https://github.com/devilbox/docker-php-fpm-8.2/actions?query=workflow%3Abuild)
[![nightly](https://github.com/devilbox/docker-php-fpm-8.2/workflows/nightly/badge.svg)](https://github.com/devilbox/docker-php-fpm-8.2/actions?query=workflow%3Anightly)
+[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
-[![Tag](https://img.shields.io/github/tag/devilbox/docker-php-fpm-8.2.svg)](https://github.com/devilbox/docker-php-fpm-8.2/releases)
[![Gitter](https://badges.gitter.im/devilbox/Lobby.svg)](https://gitter.im/devilbox/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Discourse](https://img.shields.io/discourse/https/devilbox.discourse.group/status.svg?colorB=%234CB697)](https://devilbox.discourse.group)
-[![](https://images.microbadger.com/badges/version/devilbox/php-fpm-8.2.svg)](https://microbadger.com/images/devilbox/php-fpm-8.2 "php-fpm-8.2")
-[![](https://images.microbadger.com/badges/image/devilbox/php-fpm-8.2.svg)](https://microbadger.com/images/devilbox/php-fpm-8.2 "php-fpm-8.2")
-[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
**Available Architectures:** `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`
+[![](https://img.shields.io/docker/pulls/devilbox/php-fpm-8.2.svg)](https://hub.docker.com/r/devilbox/php-fpm-8.2)
+
This repository will provide you a fully functional PHP-FPM 8.2 Docker image built from [official sources](https://github.com/php/php-src) nightly. It provides the base for [Devilbox PHP-FPM Docker images](https://github.com/devilbox/docker-php-fpm).
-| Docker Hub | Upstream Project |
-|------------|------------------|
-| | |
+| Reference Project |
+|-------------------|
+| |
## Similar Base Images