From c4c201eea532b94f12a18f5bd7ec65bb473d6813 Mon Sep 17 00:00:00 2001 From: "lyft-control-2[bot]" <95323662+lyft-control-2[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 15:24:26 +0000 Subject: [PATCH] Update parent bionicbase to current version (#8) 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/126a7a77da17c9da6c2182a6b7db5bc41503e382...74645124d05f3576d2ece9a90f7e942ce9771677). 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 585712b2aa4..a8ad233693e 100644 --- a/lyft-scripts/Dockerfile.cirunner +++ b/lyft-scripts/Dockerfile.cirunner @@ -2,7 +2,7 @@ # Base Image # -FROM lyft/bionicbase:126a7a77da17c9da6c2182a6b7db5bc41503e382 +FROM lyft/bionicbase:74645124d05f3576d2ece9a90f7e942ce9771677 # # Install Needed OS Packages