Skip to content

Commit

Permalink
php8
Browse files Browse the repository at this point in the history
  • Loading branch information
twbworld committed Feb 22, 2024
1 parent 5945220 commit d1200e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM php:7.4-fpm
FROM --platform=$TARGETPLATFORM php:8.1-fpm

LABEL org.opencontainers.image.vendor="忐忑" \
org.opencontainers.image.authors="1174865138@qq.com" \
Expand All @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.vendor="忐忑" \
#ARG REDIS_VERSION=5.3.1
ARG PHALCON_VERSION=4.1.2 \
PSR_VERSION=1.0.0 \
PHALCON_EXT_PATH=php7/64bits
PHALCON_EXT_PATH=php8/64bits

COPY php.ini /usr/local/etc/php/
COPY www.conf /usr/local/etc/php-fpm.d/
Expand Down

0 comments on commit d1200e6

Please sign in to comment.