Skip to content

Commit 7e7af5a

Browse files
committed
Updated alpine to a version that is not end of life.
1 parent 170a1c2 commit 7e7af5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/linux-musl-x64/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dockerfile": "../Dockerfile",
55
"context": "../..",
66
"args": {
7-
"image": "alpine:3.12",
7+
"image": "alpine:3.18",
88
"config": "linux-musl",
99
"arch": "x64",
1010
"debugBuild": "", // Set to yes to build with debug symbols

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
linux-musl-x64:
7373
name: 'Linux musl (x64)'
7474
container:
75-
image: alpine:3.12
75+
image: alpine:3.18
7676
runs-on: ubuntu-24.04
7777

7878
steps:

0 commit comments

Comments
 (0)