Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/cloud_run_decorator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official Python image.
# https://hub.docker.com/_/python
FROM python:3.7-slim
FROM python:3.14.3-slim

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use a published Python base-image tag

Updating the sample to python:3.14.3-slim makes docker build fail at the FROM instruction in environments where that exact tag is not published yet, which breaks the documented local run flow for examples/cloud_run_decorator. Please switch this to a currently available tag (for example, an existing patch release or a floating minor tag) so the sample remains buildable.

Useful? React with 👍 / 👎.


# Copy local code to the container image.
ENV APP_HOME /app
Expand Down