Skip to content

Commit baf645f

Browse files
build(deps): Bump submodules and dependencies (runfinch#551)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: GitHub <[email protected]> Co-authored-by: ginglis13 <[email protected]>
1 parent b7f9e9a commit baf645f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ ifneq (,$(findstring arm64,$(ARCH)))
3434
SUPPORTED_ARCH = true
3535
LIMA_ARCH = aarch64
3636
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/aarch64/images/
37-
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.aarch64-20230713205101.qcow2
37+
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.aarch64-20230830214718.qcow2
3838
LIMA_URL ?= https://deps.runfinch.com/aarch64/lima-and-qemu.macos-aarch64.1691201350.tar.gz
3939
else ifneq (,$(findstring x86_64,$(ARCH)))
4040
SUPPORTED_ARCH = true
4141
LIMA_ARCH = x86_64
4242
# From https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Cloud/x86_64/images/
43-
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.x86_64-20230713205042.qcow2
43+
FINCH_OS_BASENAME ?= Fedora-Cloud-Base-38-1.6.x86_64-20230830214712.qcow2
4444
LIMA_URL ?= https://deps.runfinch.com/x86-64/lima-and-qemu.macos-x86_64.1691201350.tar.gz
4545
endif
4646

0 commit comments

Comments
 (0)