Skip to content

Commit

Permalink
Merge pull request #4557 from faucetsdn/dependabot/docker/faucet/test…
Browse files Browse the repository at this point in the history
…-base-24.0.3

Bump faucet/test-base from 24.0.2 to 24.0.3
  • Loading branch information
anarkiwi authored Aug 17, 2024
2 parents aea5ef7 + 0d7b0fb commit fe563ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.fuzz-config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/config-fuzzer

FROM faucet/test-base:24.0.2
FROM faucet/test-base:24.0.3

ENV PIP3="pip3 --no-cache-dir install --upgrade"
ENV PATH="/venv/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fuzz-packet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/packet-fuzzer

FROM faucet/test-base:24.0.2
FROM faucet/test-base:24.0.3

ENV PIP3="pip3 --no-cache-dir install --upgrade"
ENV PATH="/venv/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/tests

FROM faucet/test-base:24.0.2
FROM faucet/test-base:24.0.3

COPY ./ /faucet-src/
WORKDIR /faucet-src/
Expand Down

0 comments on commit fe563ff

Please sign in to comment.