Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit e7c7eb7

Browse files
authored
Update python Docker tag [(#2785)](GoogleCloudPlatform/python-docs-samples#2785)
1 parent f2a5a9b commit e7c7eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/appengine/flexible/tasks/Dockerfile

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

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

0 commit comments

Comments
 (0)