Skip to content

Commit

Permalink
ci: downgrade Alpine container image
Browse files Browse the repository at this point in the history
Might be something in the curl WS glue code...

Ref: #565
  • Loading branch information
saghul committed Jul 1, 2024
1 parent 721d087 commit 54fa8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
build-alpine:
name: Alpine Linux
runs-on: ubuntu-latest
container: alpine:latest
container: alpine:3.19
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 54fa8d6

Please sign in to comment.