File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed
Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 77 - main
88
99env :
10- OLS_VERSION : ' 1.7.19 '
10+ OLS_VERSION : ' 1.8.3 '
1111 PHP_STABLE_VERSION : ' 8.3.12'
1212 NODE_STABLE_VERSION : ' 20'
1313 REGISTRY : ghcr.io
@@ -20,13 +20,15 @@ jobs:
2020 matrix :
2121 PHP_VERSION :
2222 - ' 8.0.30'
23- - ' 8.1.30'
24- - ' 8.2.24'
25- - ' 8.3.12'
23+ - ' 8.1.32'
24+ - ' 8.2.28'
25+ - ' 8.3.20'
26+ - ' 8.4.6'
2627 NODE_VERSION :
2728 - ' 16'
2829 - ' 18'
2930 - ' 20'
31+ - ' 22'
3032
3133 steps :
3234 - name : Checkout
Original file line number Diff line number Diff line change 77 - develop
88
99env :
10- OLS_VERSION : ' 1.7.19 '
10+ OLS_VERSION : ' 1.8.3 '
1111 PHP_STABLE_VERSION : ' 8.3.12'
1212 NODE_STABLE_VERSION : ' 20'
1313 REGISTRY : ghcr.io
@@ -19,12 +19,14 @@ jobs:
1919 fail-fast : false
2020 matrix :
2121 PHP_VERSION :
22- - ' 8.1.30'
23- - ' 8.2.24'
24- - ' 8.3.12'
22+ - ' 8.1.32'
23+ - ' 8.2.28'
24+ - ' 8.3.20'
25+ - ' 8.4.6'
2526 NODE_VERSION :
2627 - ' 18'
2728 - ' 20'
29+ - ' 22'
2830
2931 steps :
3032 - name : Checkout
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG OLS_ADMIN_PHP_MAJOR_VERSION
1818ARG OLS_ADMIN_PHP_MINOR_VERSION
1919ARG NODE_VERSION
2020
21- FROM litespeedtech/openlitespeed:${OLS_VERSION}-lsphp${PHP_MAJOR_VERSION}0 AS ols
21+ FROM litespeedtech/openlitespeed:${OLS_VERSION}-lsphp${PHP_MAJOR_VERSION}1 AS ols
2222
2323FROM debian:11-slim
2424
@@ -69,7 +69,7 @@ RUN /build/secure-base.sh && \
6969
7070RUN mkdir -p /usr/local/lsws/lsphp${PHP_MAJOR_VERSION}${PHP_MINOR_VERSION}/etc/php/${PHP_MAJOR_VERSION}.${PHP_MINOR_VERSION}/
7171
72- COPY --from=ols ["/usr/local/lsws/lsphp${PHP_MAJOR_VERSION}0 /etc/php/${PHP_MAJOR_VERSION}.0 /" , "/usr/local/lsws/lsphp${PHP_MAJOR_VERSION}${PHP_MINOR_VERSION}/etc/php/${PHP_MAJOR_VERSION}.${PHP_MINOR_VERSION}/" ]
72+ COPY --from=ols ["/usr/local/lsws/lsphp${PHP_MAJOR_VERSION}1 /etc/php/${PHP_MAJOR_VERSION}.1 /" , "/usr/local/lsws/lsphp${PHP_MAJOR_VERSION}${PHP_MINOR_VERSION}/etc/php/${PHP_MAJOR_VERSION}.${PHP_MINOR_VERSION}/" ]
7373COPY --from=wp-cli ["/usr/local/bin/wp" , "/usr/bin/wp" ]
7474
7575EXPOSE 7080
You can’t perform that action at this time.
0 commit comments