Skip to content

Commit

Permalink
Update python Docker tag to v3.8 (#4444)
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Engelke <engelke@google.com>
  • Loading branch information
renovate-bot and engelke authored Aug 7, 2020
1 parent 31b8574 commit 2c0d10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memorystore/redis/cloud_run_deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2c0d10c

Please sign in to comment.