Update PHP version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM alpine AS base
|
FROM alpine AS base
|
||||||
|
|
||||||
ENV PHP_VER="php81" \
|
ENV PHP_VER="php83" \
|
||||||
PHPFPM_VER="php-fpm81" \
|
PHPFPM_VER="php-fpm81" \
|
||||||
NODE_OPTIONS=--openssl-legacy-provider
|
NODE_OPTIONS=--openssl-legacy-provider
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ RUN apk --no-cache add \
|
|||||||
/run/nginx \
|
/run/nginx \
|
||||||
/run/php-fpm && \
|
/run/php-fpm && \
|
||||||
ln -s /etc/${PHP_VER} /etc/php && \
|
ln -s /etc/${PHP_VER} /etc/php && \
|
||||||
ln -s /usr/bin/${PHP_VER} /usr/bin/php && \
|
# ln -s /usr/bin/${PHP_VER} /usr/bin/php && \
|
||||||
ln -s /usr/sbin/${PHPFPM_VER} /usr/sbin/php-fpm
|
ln -s /usr/sbin/${PHPFPM_VER} /usr/sbin/php-fpm
|
||||||
|
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
Reference in New Issue
Block a user