Skip to content

Commit 11cecde

Browse files
feat: Update php 5.6.40
1 parent 5ec00ba commit 11cecde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php5-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
context: php/5.6.40
3434
file: php/5.6.40/Dockerfile
35-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
35+
platforms: linux/amd64
3636
push: true
3737
tags: |
3838
1panel/php:${{ github.event.inputs.php56Version }}-fpm

php/5.6.40/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ COPY ./data/curl-8.4.0.tar.gz /tmp/curl-8.4.0.tar.gz
8686
COPY ./data/openssl-1.0.2u.tar.gz /tmp/openssl-1.0.2u.tar.gz
8787
COPY ./data/docker-php-source /usr/local/bin/
8888
COPY ./data/docker-php-ext-* /usr/local/bin/
89+
RUN chmod +x /usr/local/bin/docker-php-source /usr/local/bin/docker-php-ext-*
8990

9091
ENV OPENSSL_PREFIX=/usr/local/openssl
9192
ENV CURL_PREFIX=/usr/local/curl

0 commit comments

Comments
 (0)