Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: testbed
services:
master:
image: ghcr.io/named-data/testbed-master:20240906
image: ghcr.io/named-data/testbed-master:20260423
init: true
tty: true
volumes:
Expand All @@ -25,7 +25,7 @@ services:
driver: local

caddy:
image: ghcr.io/named-data/testbed-caddy:20240906
image: ghcr.io/named-data/testbed-caddy:20260423
cap_add:
- NET_ADMIN
ports:
Expand Down Expand Up @@ -170,7 +170,7 @@ services:
driver: local

root-http-ca:
image: ghcr.io/named-data/testbed-master:20240512
image: ghcr.io/named-data/testbed-master:20260423
profiles: [root-ca] # in .env
init: true
tty: true
Expand Down
Loading