Skip to content

Commit 5b64b4a

Browse files
committed
alpine:3.16
1 parent 6a79867 commit 5b64b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: "${{ matrix.alpine && 'ALPINE' || 'LINUX' }}_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
3636
runs-on: ubuntu-20.04
3737
container:
38-
image: "${{ matrix.alpine && 'alpine:3.15' || 'ubuntu:focal' }}"
38+
image: "${{ matrix.alpine && 'alpine:3.16' || 'ubuntu:focal' }}"
3939
services:
4040
mysql:
4141
image: mysql:8

0 commit comments

Comments
 (0)