feat: upgrade to PHP 8.1 (#193)
This commit is contained in:
parent
aba3961ff2
commit
49e28e8c86
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
|
||||
ARG PHP_VERSION=8.0
|
||||
ARG PHP_VERSION=8.1
|
||||
ARG CADDY_VERSION=2
|
||||
|
||||
# "php" stage
|
||||
@ -24,7 +24,7 @@ RUN apk add --no-cache \
|
||||
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
|
||||
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
|
||||
|
||||
ARG APCU_VERSION=5.1.20
|
||||
ARG APCU_VERSION=5.1.21
|
||||
RUN set -eux; \
|
||||
apk add --no-cache --virtual .build-deps \
|
||||
$PHPIZE_DEPS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user