From 99474a8a6ab7a22e90f5f73d7cfb706cab51ace0 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 11 Mar 2022 15:38:35 +0100 Subject: [PATCH] Always use latest packages within the release during builds to pick up security patches etc --- scripts/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup b/scripts/setup index 29aff42..3bd3726 100755 --- a/scripts/setup +++ b/scripts/setup @@ -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 \