Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c0d10c

Browse files
Update python Docker tag to v3.8 (GoogleCloudPlatform#4444)
Co-authored-by: Charles Engelke <[email protected]>
1 parent 31b8574 commit 2c0d10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memorystore/redis/cloud_run_deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the official lightweight Python image.
22
# https://hub.docker.com/_/python
3-
FROM python:3.7-slim
3+
FROM python:3.8-slim
44

55
# Copy local code to the container image.
66
ENV APP_HOME /app

0 commit comments

Comments
 (0)