Skip to content

Commit

Permalink
Bump alpine from 3.20.1 to 3.20.2 in /ptf
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.1 to 3.20.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 3a3aa35 commit 1f5fe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 as trex-builder
FROM alpine:3.20.2 as trex-builder
ARG TREX_VER
ARG TREX_EXT_LIBS
ARG TREX_LIBS
Expand Down

0 comments on commit 1f5fe6f

Please sign in to comment.