ci: binaries-linux-x64: switch to more stable alpine:latest

This commit is contained in:
Simon Michael 2024-04-17 18:19:07 -10:00
parent 0bcad0a39c
commit 384cb4da38

View File

@ -21,7 +21,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: alpine:edge
container: alpine:latest
steps:
- name: Check out