We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba3961 commit 49e28e8Copy full SHA for 49e28e8
Dockerfile
@@ -4,7 +4,7 @@
4
5
6
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
7
-ARG PHP_VERSION=8.0
+ARG PHP_VERSION=8.1
8
ARG CADDY_VERSION=2
9
10
# "php" stage
@@ -24,7 +24,7 @@ RUN apk add --no-cache \
24
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
25
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
26
27
-ARG APCU_VERSION=5.1.20
+ARG APCU_VERSION=5.1.21
28
RUN set -eux; \
29
apk add --no-cache --virtual .build-deps \
30
$PHPIZE_DEPS \
0 commit comments