Always use latest packages within the release during builds to pick up security patches etc

This commit is contained in:
Stefan Reimer 2022-03-11 15:38:35 +01:00
parent 882bfa4393
commit 99474a8a6a
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ setup_builder() {
einfo "Setting up Builder Instance"
setup-apkrepos -1 # main repo via dl-cdn
# ODO? also uncomment community repo?
# Always use latest versions within the release, security patches etc.
apk upgrade -U --available --no-cache
apk --no-cache add \
e2fsprogs \
dosfstools \