summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.php8.2
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2024-11-26 14:34:07 -0800
committerKonstantin Pavlov <pavlov.konstantin@gmail.com>2024-12-12 17:32:07 -0800
commit9e98a7e5fcbcd4a2bba34c4ff8c1bbac6ffd1ec7 (patch)
treea6e87893c379ff0837ab22458380433d5f46b4d0 /pkg/docker/Dockerfile.php8.2
parentf189d39359cfb9e205d2c5827d67685123b1754d (diff)
downloadunit-9e98a7e5fcbcd4a2bba34c4ff8c1bbac6ffd1ec7.tar.gz
unit-9e98a7e5fcbcd4a2bba34c4ff8c1bbac6ffd1ec7.tar.bz2
Docker: update Python and PHP versions
Diffstat (limited to '')
-rw-r--r--pkg/docker/Dockerfile.php8.4 (renamed from pkg/docker/Dockerfile.php8.2)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Dockerfile.php8.2 b/pkg/docker/Dockerfile.php8.4
index 354acf94..69cdffe7 100644
--- a/pkg/docker/Dockerfile.php8.2
+++ b/pkg/docker/Dockerfile.php8.4
@@ -1,6 +1,6 @@
-FROM php:8.2-cli-bookworm
+FROM php:8.4-cli-bookworm
-LABEL org.opencontainers.image.title="Unit (php8.2)"
+LABEL org.opencontainers.image.title="Unit (php8.4)"
LABEL org.opencontainers.image.description="Official build of Unit for Docker."
LABEL org.opencontainers.image.url="https://unit.nginx.org"
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"