Skip to content

Commit

Permalink
alpine:3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jul 26, 2022
1 parent 6a79867 commit 5b64b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: "${{ matrix.alpine && 'ALPINE' || 'LINUX' }}_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
runs-on: ubuntu-20.04
container:
image: "${{ matrix.alpine && 'alpine:3.15' || 'ubuntu:focal' }}"
image: "${{ matrix.alpine && 'alpine:3.16' || 'ubuntu:focal' }}"
services:
mysql:
image: mysql:8
Expand Down

0 comments on commit 5b64b4a

Please sign in to comment.