ci: bump alpine

This commit is contained in:
Jörg Thalheim 2022-07-16 08:18:14 +02:00
parent e89d02f33d
commit 3d96500b80
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
else
ENTRYPOINT=
fi
docker run -e CXXFLAGS -v $(pwd):/gha ${{ matrix.platform }}/alpine:3.15 ${ENTRYPOINT} sh -ec "cd /gha && sh ./build.sh"
docker run -e CXXFLAGS -v $(pwd):/gha ${{ matrix.platform }}/alpine:3.16 ${ENTRYPOINT} sh -ec "cd /gha && sh ./build.sh"
- name: Check binaries
run: |
cat <<EOF > check.sh