Update build_in_docker.sh

This commit is contained in:
Aditya Garg
2023-03-02 18:49:33 +05:30
committed by GitHub
parent f466b0a272
commit da2c8162fd
+1 -1
View File
@@ -2,7 +2,7 @@
set -eu -o pipefail
DOCKER_IMAGE=ubuntu:20.04
DOCKER_IMAGE=ubuntu:22.04
docker pull ${DOCKER_IMAGE}
docker run \