diff --git a/ptf/Dockerfile b/ptf/Dockerfile index 9068e5024..199da0e91 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.0 as trex-builder +FROM alpine:3.20.1 as trex-builder ARG TREX_VER ARG TREX_EXT_LIBS ARG TREX_LIBS