Skip to content

Commit c38e23d

Browse files
Update bundled python to 3.11.6 (#3727)
1 parent 4942674 commit c38e23d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/signalfx-agent/bundle/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG ARCH=amd64
1616
ARG JDK_VERSION=11.0.20.1_1
1717
ARG MAVEN_VERSION=3.6.0
18-
ARG PYTHON_VERSION=3.11.5
18+
ARG PYTHON_VERSION=3.11.6
1919
ARG PIP_VERSION=21.0.1
2020
ARG COLLECTD_VERSION=5.8.0-sfx0
2121
ARG COLLECTD_COMMIT=4d3327b14cf4359029613baf4f90c4952702105e

internal/signalfx-agent/bundle/scripts/windows/bundle.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $repoDir = "$scriptDir\..\..\..\..\.."
1818
. $scriptDir\common.ps1
1919

2020
$BUILD_DIR="$repoDir\build"
21-
$PYTHON_VERSION="3.11.5"
21+
$PYTHON_VERSION="3.11.6"
2222
$PIP_VERSION="21.0.1"
2323
$NUGET_URL="https://aka.ms/nugetclidl"
2424
$NUGET_EXE="nuget.exe"

0 commit comments

Comments
 (0)