We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adb03c commit 5301a07Copy full SHA for 5301a07
.github/workflows/linux-precompile-musl.yml
@@ -12,7 +12,7 @@ concurrency:
12
jobs:
13
alpine:
14
runs-on: ubuntu-latest
15
- container: alpine:latest
+ container: alpine:3.18.12
16
env:
17
MIX_ENV: prod
18
OPENCV_VER: "4.11.0"
.github/workflows/linux-x86_64.yml
@@ -68,7 +68,7 @@ concurrency:
68
69
musl:
70
71
72
73
MIX_ENV: test
74
0 commit comments