Skip to content

Commit

Permalink
Update bundled Python version to 3.11.9 (#4729)
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored Apr 25, 2024
1 parent 4a8436a commit 660c89e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/signalfx-agent/bundle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/signalfx-agent/bundle/scripts/windows/bundle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 660c89e

Please sign in to comment.