Skip to content

Commit

Permalink
Add php 8.1.31 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 0bac33c commit 66fe411
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.19.4

ARG PHP_VERSION="8.1.30"
ARG PHP_VERSION="8.1.31"
ARG PHP_PACKAGE_BASENAME="php81"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm81"
ARG UNIT_VERSION="1.32.1"
Expand All @@ -24,6 +24,7 @@ RUN apk add --no-cache \
bzip2 \
msmtp \
unzip \
icu-data-full \
make \
openssh-client \
bash \
Expand Down

0 comments on commit 66fe411

Please sign in to comment.