Skip to content

Commit 3d96500

Browse files
committed
ci: bump alpine
1 parent e89d02f commit 3d96500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
else
6666
ENTRYPOINT=
6767
fi
68-
docker run -e CXXFLAGS -v $(pwd):/gha ${{ matrix.platform }}/alpine:3.15 ${ENTRYPOINT} sh -ec "cd /gha && sh ./build.sh"
68+
docker run -e CXXFLAGS -v $(pwd):/gha ${{ matrix.platform }}/alpine:3.16 ${ENTRYPOINT} sh -ec "cd /gha && sh ./build.sh"
6969
- name: Check binaries
7070
run: |
7171
cat <<EOF > check.sh

0 commit comments

Comments
 (0)