Skip to content

Commit 5301a07

Browse files
committed
fix(ci): use alpine:3.18.12
Signed-off-by: Cocoa <i@uwucocoa.moe>
1 parent 4adb03c commit 5301a07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-precompile-musl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
alpine:
1414
runs-on: ubuntu-latest
15-
container: alpine:latest
15+
container: alpine:3.18.12
1616
env:
1717
MIX_ENV: prod
1818
OPENCV_VER: "4.11.0"

.github/workflows/linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ concurrency:
6868
jobs:
6969
musl:
7070
runs-on: ubuntu-latest
71-
container: alpine:latest
71+
container: alpine:3.18.12
7272
env:
7373
MIX_ENV: test
7474
OPENCV_VER: "4.11.0"

0 commit comments

Comments
 (0)