Compare commits

...

2 Commits

Author SHA1 Message Date
Jerry
1b2ed00cbb
Update build-php.yml 2023-01-10 11:29:53 +08:00
Jerry
14a3c28044
revert docker alpine version to 3.16, fix #20 2023-01-10 11:28:16 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
if [[ "${{ matrix.arch }}" = "armv7l" ]]; then
sed -ie 's/alpine:latest/multiarch\/alpine:armv7-latest-stable/g' Dockerfile
else
sed -ie 's/alpine:latest/multiarch\/alpine:${{ matrix.arch }}-latest-stable/g' Dockerfile
sed -ie 's/alpine:latest/multiarch\/alpine:${{ matrix.arch }}-v3.16/g' Dockerfile
fi
docker run --rm --privileged multiarch/qemu-user-static:register --reset
fi

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.16
# define script basic information
# Version of this Dockerfile