From e496a65c4f5b0a96d2cb4233ab965daa766a9689 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Sep 2020 16:22:48 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v20.10 --- .kokoro/docker/docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/docker/docs/Dockerfile b/.kokoro/docker/docs/Dockerfile index 412b0b56a9..f4c0758ce0 100644 --- a/.kokoro/docker/docs/Dockerfile +++ b/.kokoro/docker/docs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from ubuntu:20.04 +from ubuntu:20.10 ENV DEBIAN_FRONTEND noninteractive