From 2c0d10c2770c48b1944c2821a0475aa5bef51cc1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 8 Aug 2020 00:41:16 +0200 Subject: [PATCH] Update python Docker tag to v3.8 (#4444) Co-authored-by: Charles Engelke --- memorystore/redis/cloud_run_deployment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorystore/redis/cloud_run_deployment/Dockerfile b/memorystore/redis/cloud_run_deployment/Dockerfile index 8a45f401787f..37d6fba0e26b 100644 --- a/memorystore/redis/cloud_run_deployment/Dockerfile +++ b/memorystore/redis/cloud_run_deployment/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.7-slim +FROM python:3.8-slim # Copy local code to the container image. ENV APP_HOME /app