Skip to content

Commit

Permalink
Merge pull request #84 from bfritz/update_alpine
Browse files Browse the repository at this point in the history
update all images to Alpine 3.20
  • Loading branch information
bfritz authored Sep 1, 2024
2 parents 69d1226 + bc80e07 commit 770fdb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export ACI_REPO := https://github.com/alpinelinux/alpine-chroot-install.git
export ACI_TAG := v0.14.0
export ALPINE_VERSION := 3.19
export ALPINE_VERSION := 3.20
export APORTS_REPO := https://github.com/alpinelinux/aports.git
export BUILD_USER := imagebuilder
export WORK_DIR := bootstrap
Expand Down
2 changes: 1 addition & 1 deletion Makefile.images
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ chroot: clone-aci populate-shared
-d $(abspath $(WORK_DIR))/$(ARCH) \
-i $(abspath $(WORK_DIR))/shared \
-k "ARCH CI QEMU_EMULATOR HL_.*" \
-p "abuild apk-tools alpine-conf busybox fakeroot sudo squashfs-tools mkinitfs grub-efi mtools xorriso"
-p "abuild apk-tools alpine-conf busybox curl fakeroot sudo squashfs-tools mkinitfs grub-efi mtools xorriso"

build-user: chroot
# add non-root user to build images
Expand Down

0 comments on commit 770fdb2

Please sign in to comment.