Skip to content

Commit 96c7182

Browse files
Bump ubuntu from 24.04 to 26.04 in /ptf
Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27dfcf5 commit 96c7182

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ptf/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG TREX_VER=2.92-scapy-2.4.5
88
ARG TREX_EXT_LIBS=/external_libs
99
ARG TREX_LIBS=/trex_python
1010
# Install dependencies for general PTF test definitions
11-
FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b AS ptf-deps
11+
FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64 AS ptf-deps
1212

1313
ARG SCAPY_VER
1414

@@ -43,7 +43,7 @@ RUN apk add --no-cache wget unzip && \
4343
cp -r ${TREX_SCRIPT_DIR}/automation/trex_control_plane/stf/trex_stf_lib /output/${TREX_LIBS}
4444

4545
# Synthesize all dependencies for runtime
46-
FROM ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
46+
FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e5718d46ff64
4747

4848
ARG TREX_EXT_LIBS
4949
ARG TREX_LIBS

0 commit comments

Comments
 (0)