Update build_in_docker.sh

This commit is contained in:
Aditya Garg 2022-11-08 09:02:42 +05:30 committed by GitHub
parent 0d071b4ee3
commit 5d11050015
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.10
docker pull ${DOCKER_IMAGE}
docker run \