We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339eafd commit 9b70e02Copy full SHA for 9b70e02
Scripts/lab.mk
@@ -39,8 +39,8 @@ DOCKER_RUN ?= $(DOCKER) run -it --rm \
39
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
40
-v $(LABROOT):$(LABROOT) -w $(CURDIR) \
41
--security-opt=seccomp:unconfined \
42
- --platform=linux/amd64 \
43
- ipads/oslab:24.09
+ --platform=linux/amd64 \
+ ipads/oslab:25.03
44
endif
45
QEMU-SYS ?= qemu-system-aarch64
46
QEMU-USER ?= qemu-aarch64
0 commit comments