From 75dc570394e4c4eb509936ba7069cc546bd5293a Mon Sep 17 00:00:00 2001 From: jeffreyc-splunk Date: Wed, 4 Oct 2023 13:23:00 -0400 Subject: [PATCH] Update bundled python to 3.11.6 --- 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 3f34759bd2..f256172c11 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.20.1_1 ARG MAVEN_VERSION=3.6.0 -ARG PYTHON_VERSION=3.11.5 +ARG PYTHON_VERSION=3.11.6 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 ba45b49463..45dd147499 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.5" +$PYTHON_VERSION="3.11.6" $PIP_VERSION="21.0.1" $NUGET_URL="https://aka.ms/nugetclidl" $NUGET_EXE="nuget.exe"