Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
ARG BASEIMAGE="php:8.4.17-cli-alpine3.23"
ARG BASEIMAGE="php:8.4.18-cli-alpine3.23"

FROM $BASEIMAGE AS compile

ENV PHP_REDIS_VERSION="6.3.0" \
PHP_SWOOLE_VERSION="v6.1.6" \
PHP_SWOOLE_VERSION="v6.1.7" \
PHP_IMAGICK_VERSION="3.8.1" \
PHP_MONGODB_VERSION="2.1.7" \
PHP_MONGODB_VERSION="2.2.1" \
PHP_YAML_VERSION="2.3.0" \
PHP_MAXMINDDB_VERSION="v1.13.1" \
PHP_SCRYPT_VERSION="2.0.1" \
PHP_ZSTD_VERSION="0.15.2" \
PHP_BROTLI_VERSION="0.18.3" \
PHP_SNAPPY_VERSION="0.2.3" \
PHP_LZ4_VERSION="0.6.0" \
PHP_XDEBUG_VERSION="3.5.0" \
PHP_XDEBUG_VERSION="3.5.1" \
PHP_OPENTELEMETRY_VERSION="1.2.1" \
PHP_PROTOBUF_VERSION="4.33.5"
PHP_PROTOBUF_VERSION="5.34.0"

RUN apk update && apk upgrade && apk add --no-cache --virtual .deps \
linux-headers \
Expand Down
Loading