diff --git a/trace/cloud-trace-demo-app/app/Dockerfile b/trace/cloud-trace-demo-app/app/Dockerfile index 4770183a8ba..3d383c3ff91 100644 --- a/trace/cloud-trace-demo-app/app/Dockerfile +++ b/trace/cloud-trace-demo-app/app/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9.7 +FROM python:3.14.1 RUN pip3 install --upgrade pip