From dc249c109d4a38b919f1cf3422619691ba19f925 Mon Sep 17 00:00:00 2001 From: "lyft-control-2[bot]" <95323662+lyft-control-2[bot]@users.noreply.github.com> Date: Sun, 3 Apr 2022 23:18:23 +0000 Subject: [PATCH] Update parent bionicbase to current version (#9) This PR is updating the version of this image's parent (`bionicbase`) to keep this image (`maplibreglnativeprivate`) up-to-date. It will be merged if all tests pass via `/merge-skip-owners`; if tests do not pass, it will require manual intervention. For more details please see the [docs about Automatic Updates](https://docs.lyft.net/eng/provisioningdocs/learning/automatic_updates.html). [Here is what's changed in `bionicbase`](https://github.com/lyft/containers/compare/74645124d05f3576d2ece9a90f7e942ce9771677...0f05747722e1a950d0cbdef0e596deb15ff07f9e). REVIEWS WERE BYPASSED --- lyft-scripts/Dockerfile.cirunner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyft-scripts/Dockerfile.cirunner b/lyft-scripts/Dockerfile.cirunner index a8ad233693e..e0fc4d03f78 100644 --- a/lyft-scripts/Dockerfile.cirunner +++ b/lyft-scripts/Dockerfile.cirunner @@ -2,7 +2,7 @@ # Base Image # -FROM lyft/bionicbase:74645124d05f3576d2ece9a90f7e942ce9771677 +FROM lyft/bionicbase:0f05747722e1a950d0cbdef0e596deb15ff07f9e # # Install Needed OS Packages