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

Skip to content

Commit 1d6b1b9

Browse files
authored
chore(deps): update python docker tag to v3.8 (GoogleCloudPlatform#4583)
1 parent 09eb9a5 commit 1d6b1b9

File tree

1 file changed

+1
-1
lines changed
  • trace/cloud-trace-demo-app-opentelemetry/app

1 file changed

+1
-1
lines changed

trace/cloud-trace-demo-app-opentelemetry/app/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)