From 91649d51037d6963553aba63398dd35a2e88e934 Mon Sep 17 00:00:00 2001 From: Pawel Czarnecki Date: Wed, 28 Feb 2024 12:27:47 +0100 Subject: [PATCH] docker_shell: Change default docker image to ubuntu 22.04 Signed-off-by: Pawel Czarnecki --- flow/util/docker_shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/util/docker_shell b/flow/util/docker_shell index 757c73bf61..ac5bb89a1d 100755 --- a/flow/util/docker_shell +++ b/flow/util/docker_shell @@ -29,7 +29,7 @@ docker run -u $(id -u ${USER}):$(id -g ${USER}) \ -e MAKEFILES=/OpenROAD-flow-scripts/flow/Makefile \ -v $WORKSPACE:`pwd` \ $DOCKER_INTERACTIVE \ - ${OR_IMAGE:-openroad/flow-centos7-builder:latest} \ + ${OR_IMAGE:-openroad/flow-ubuntu22.04-builder:latest} \ bash -c "set -ex mkdir /tmp/xdg-run . ./env.sh