Here was initial attempt to upgrade alpine to 3.17.0 version.
First issue with installing glibc
ERROR: glibc-2.34-r0: trying to overwrite etc/nsswitch.conf owned by alpine-baselayout-data-3.4.0-r0.
1 error; 317 MiB in 56 packages
The command '/bin/sh -c apk add glibc-2.34-r0.apk' returned a non-zero code: 1
Service 'build' failed to build : Build failed
It can be fixed with adding --force-overwrite flag
Why
We would like to keep our stack up-to-date.
In this ticket:
Who Benefits?
All template users.
Details
Here was initial attempt to upgrade alpine to
3.17.0
version.First issue with installing glibc
It can be fixed with adding
--force-overwrite
flagSecond issue with installing dart-sass