Skip to content

Commit

Permalink
Add php 8.2.27 and icu-data-full
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 6, 2025
1 parent 887776c commit e3f0a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.20.3

ARG PHP_VERSION="8.2.26"
ARG PHP_VERSION="8.2.27"
ARG PHP_PACKAGE_BASENAME="php82"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm82"
ARG UNIT_VERSION="1.32.1"
Expand All @@ -22,6 +22,7 @@ RUN apk add --no-cache \
vim \
rsync \
sshpass \
icu-data-full \
bzip2 \
msmtp \
unzip \
Expand Down

0 comments on commit e3f0a89

Please # to comment.