bump php and composer version

This commit is contained in:
2023-09-05 14:41:19 +07:00
parent 1f5584339a
commit 231fd8fc79
7 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
FROM php:8.0.30-alpine
ARG PHP_XDEBUG_VERSION=3.2.2
ARG COMPOSER_VERSION=2.5.8
ARG COMPOSER_VERSION=2.6.2
RUN apk update && apk add --no-cache $PHPIZE_DEPS \
&& apk add --no-cache zlib-dev gd-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev \