Skip to content

Commit

Permalink
Upgrade nfd and ndnpingserver to the latest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Pesa committed Jan 20, 2025
1 parent 982522b commit b38768b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
driver: local

nfd:
image: ghcr.io/named-data/nfd:24.07
image: ghcr.io/named-data/nfd:20250120
init: true
volumes:
- /run/nfd:/run/nfd
Expand All @@ -66,7 +66,7 @@ services:
driver: local

nfd-http-status-server:
image: ghcr.io/named-data/nfd-status-http-server:24.07
image: ghcr.io/named-data/nfd-status-http-server:20250120
init: true
volumes:
- /run/nfd:/run/nfd:ro
Expand All @@ -77,7 +77,7 @@ services:
driver: local

ndnpingserver:
image: ghcr.io/named-data/ndn-tools:24.07
image: ghcr.io/named-data/ndn-tools:20250120
tty: true
init: true
volumes:
Expand Down

0 comments on commit b38768b

Please sign in to comment.