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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 \