From ff13f2ca2ba7466b46a0f6e1e9bf38d64d8d5b9c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Dec 2024 19:50:55 +0000
Subject: [PATCH] Bump alpine from 3.20.3 to 3.21.0 in /ptf (#871)

---
 ptf/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ptf/Dockerfile b/ptf/Dockerfile
index efd2061c6..5891c6671 100644
--- a/ptf/Dockerfile
+++ b/ptf/Dockerfile
@@ -35,7 +35,7 @@ RUN pip3 install --no-cache-dir --root /python_output \
     unittest-xml-reporting==$UNITTEST_XML_REPORTING_VER
 
 # Install TRex traffic gen and library for TRex API
-FROM alpine:3.20.3 AS trex-builder
+FROM alpine:3.21 AS trex-builder
 ARG TREX_VER
 ARG TREX_EXT_LIBS
 ARG TREX_LIBS