fleet/tools/tuf/test/Dockerfile
Ian Littman 751e92baff
Update Debian container references from bookworm to trixie (#40349)
Resolves #39901.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

## Testing

- [ ] QA'd all new/changed functionality manually
2026-02-24 14:50:22 -06:00

7 lines
193 B
Docker

FROM debian:trixie-slim@sha256:f6e2cfac5cf956ea044b4bd75e6397b4372ad88fe00908045e9a0d21712ae3ba
WORKDIR /usr/src/app
COPY test_tuf file-server ./
CMD ["./file-server", "8081", "repository"]