Skip to content

Commit e3f0a89

Browse files
authored
Add php 8.2.27 and icu-data-full
1 parent 887776c commit e3f0a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.20.3
22

3-
ARG PHP_VERSION="8.2.26"
3+
ARG PHP_VERSION="8.2.27"
44
ARG PHP_PACKAGE_BASENAME="php82"
55
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm82"
66
ARG UNIT_VERSION="1.32.1"
@@ -22,6 +22,7 @@ RUN apk add --no-cache \
2222
vim \
2323
rsync \
2424
sshpass \
25+
icu-data-full \
2526
bzip2 \
2627
msmtp \
2728
unzip \

0 commit comments

Comments
 (0)