Compare commits

..

No commits in common. "1b2ed00cbbcaeff3dd76dc6ff25276da35130aa3" and "5767d9a2754c3346382ede0957e7280f014728b7" have entirely different histories.

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 }}-v3.16/g' Dockerfile
sed -ie 's/alpine:latest/multiarch\/alpine:${{ matrix.arch }}-latest-stable/g' Dockerfile
fi
docker run --rm --privileged multiarch/qemu-user-static:register --reset
fi

View File

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