downgrade php 8.2

This commit is contained in:
2023-08-17 18:27:23 +07:00
parent 03d5a3705c
commit 1f5584339a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.2.9-alpine
FROM php:8.2.8-alpine
ARG PHP_XDEBUG_VERSION=3.2.2
ARG COMPOSER_VERSION=2.5.8