From 403e8f16a0e9f459f8edf821d680373afa71acde Mon Sep 17 00:00:00 2001 From: Min Lim Date: Thu, 18 Jun 2026 16:06:52 -0700 Subject: [PATCH] Bump version to 1.57.1 and update Alpine to 3.24.1 Co-Authored-By: Claude Opus 4.5 --- container.Dockerfile | 2 +- gprofiler/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container.Dockerfile b/container.Dockerfile index 0e4a33b16..686cec320 100644 --- a/container.Dockerfile +++ b/container.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23.3 AS gprofiler +FROM alpine:3.24.1 AS gprofiler ARG ARCH ARG EXE_PATH=build/${ARCH}/gprofiler diff --git a/gprofiler/__init__.py b/gprofiler/__init__.py index 61b9b8cb2..1b3b71bc0 100644 --- a/gprofiler/__init__.py +++ b/gprofiler/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.57.0" +__version__ = "1.57.1"