Upgrade to latest working Alpine Linux version

This commit is contained in:
Lukas Stancik
2025-07-07 19:12:09 +00:00
parent 183978de4e
commit c202610c67
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ CACHE_DIR=<%= $(pwd) %>/cache
ALPINE_MIRROR=https://dl-cdn.alpinelinux.org/alpine ALPINE_MIRROR=https://dl-cdn.alpinelinux.org/alpine
ALPINE_ARCH=aarch64 ALPINE_ARCH=aarch64
ALPINE_VER_MAJOR=3 ALPINE_VER_MAJOR=3
ALPINE_VER_MINOR=20 ALPINE_VER_MINOR=21
ALPINE_VER_PATCH=3 ALPINE_VER_PATCH=3
REQUIREMENTS_FILE=required-apks.txt REQUIREMENTS_FILE=required-apks.txt
eth0=eth0 eth0=eth0
+4
View File
@@ -36,3 +36,7 @@ AutoConnect=true
``` ```
All the files will be automatically picked up by the wifi daemon after the RaspberryPi finishes boot process All the files will be automatically picked up by the wifi daemon after the RaspberryPi finishes boot process
### Troubleshooting
Alpine 3.22.0 produces a lot of "Clock skew detected" errors during boot and fails to execute the `headless.start` script. Version 3.21.3 works fine.