Skip to content

Commit 9b70e02

Browse files
committed
fix: fix container version
Signed-off-by: Yiyang Wu <[email protected]>
1 parent 339eafd commit 9b70e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/lab.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ DOCKER_RUN ?= $(DOCKER) run -it --rm \
3939
-u $(shell id -u $(USER)):$(shell id -g $(USER)) \
4040
-v $(LABROOT):$(LABROOT) -w $(CURDIR) \
4141
--security-opt=seccomp:unconfined \
42-
--platform=linux/amd64 \
43-
ipads/oslab:24.09
42+
--platform=linux/amd64 \
43+
ipads/oslab:25.03
4444
endif
4545
QEMU-SYS ?= qemu-system-aarch64
4646
QEMU-USER ?= qemu-aarch64

0 commit comments

Comments
 (0)