Skip to content

Commit

Permalink
docker_shell: Change default docker image to ubuntu 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed Feb 28, 2024
1 parent c47db81 commit 91649d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/util/docker_shell
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91649d5

Please sign in to comment.