Skip to content

Commit 389215f

Browse files
committed
Update container name in local run script
Signed-off-by: Alice Ziuziakowska <[email protected]>
1 parent a881083 commit 389215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-run-in-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
44
# SPDX-License-Identifier: Apache-2.0
55

6-
IMAGE=lowrisc/lowrisc-base-centos6:latest
6+
IMAGE=quay.io/pypa/manylinux_2_28_x86_64
77

88
exec docker run -t -i \
99
-v $(pwd):/home/dev/src \

0 commit comments

Comments
 (0)