Skip to content

Commit 55d4ee3

Browse files
committed
Fix 3.13 build failure on arm32v7 by moving to Ubuntu 24.04
+ apt-get install --yes --no-install-recommends ca-certificates gosu tzdata ... + gosu nobody true panic: unaligned 64-bit atomic operation preempt off reason: doAllThreadsSyscall fatal error: panic during preemptoff
1 parent f792f92 commit 55d4ee3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

3.13/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": "26.2.5.6"
1313
},
1414
"ubuntu": {
15-
"version": "22.04"
15+
"version": "24.04"
1616
},
1717
"version": "3.13.7"
1818
},

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ declare -A alpineVersions=(
88
)
99

1010
declare -A ubuntuVersions=(
11-
[3.13]='22.04'
11+
[3.13]='24.04'
1212
[4.0]='24.04'
1313
[4.1]='24.04'
1414
)

0 commit comments

Comments
 (0)