From 660c89e0487a96483ce4015cfe97d53d4b4e6993 Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Thu, 25 Apr 2024 13:16:22 -0700 Subject: [PATCH] Update bundled Python version to 3.11.9 (#4729) --- internal/signalfx-agent/bundle/Dockerfile | 2 +- internal/signalfx-agent/bundle/scripts/windows/bundle.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/signalfx-agent/bundle/Dockerfile b/internal/signalfx-agent/bundle/Dockerfile index 20ed262d2e..84887415a9 100644 --- a/internal/signalfx-agent/bundle/Dockerfile +++ b/internal/signalfx-agent/bundle/Dockerfile @@ -15,7 +15,7 @@ ARG ARCH=amd64 ARG JDK_VERSION=11.0.23_9 ARG MAVEN_VERSION=3.6.0 -ARG PYTHON_VERSION=3.11.8 +ARG PYTHON_VERSION=3.11.9 ARG PIP_VERSION=21.0.1 ARG COLLECTD_VERSION=5.8.0-sfx0 ARG COLLECTD_COMMIT=4d3327b14cf4359029613baf4f90c4952702105e diff --git a/internal/signalfx-agent/bundle/scripts/windows/bundle.ps1 b/internal/signalfx-agent/bundle/scripts/windows/bundle.ps1 index 521c8daaaf..bcbf752b6e 100644 --- a/internal/signalfx-agent/bundle/scripts/windows/bundle.ps1 +++ b/internal/signalfx-agent/bundle/scripts/windows/bundle.ps1 @@ -18,7 +18,7 @@ $repoDir = "$scriptDir\..\..\..\..\.." . $scriptDir\common.ps1 $BUILD_DIR="$repoDir\build" -$PYTHON_VERSION="3.11.8" +$PYTHON_VERSION="3.11.9" $PIP_VERSION="21.0.1" $NUGET_URL="https://aka.ms/nugetclidl" $NUGET_EXE="nuget.exe"