Skip to content

Commit 49e28e8

Browse files
authored
feat: upgrade to PHP 8.1 (#193)
1 parent aba3961 commit 49e28e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
7-
ARG PHP_VERSION=8.0
7+
ARG PHP_VERSION=8.1
88
ARG CADDY_VERSION=2
99

1010
# "php" stage
@@ -24,7 +24,7 @@ RUN apk add --no-cache \
2424
# see https://github.com/docker-library/php/issues/240#issuecomment-763112749
2525
ENV LD_PRELOAD /usr/lib/preloadable_libiconv.so
2626

27-
ARG APCU_VERSION=5.1.20
27+
ARG APCU_VERSION=5.1.21
2828
RUN set -eux; \
2929
apk add --no-cache --virtual .build-deps \
3030
$PHPIZE_DEPS \

0 commit comments

Comments
 (0)