update container to debian 13 and install missing e2fsprogs

This commit is contained in:
Jiri 'Ghormoon' Novak
2025-09-23 18:24:40 +02:00
parent e351c0ef98
commit 73cc3b0855

View File

@@ -1,5 +1,6 @@
FROM debian:9.13
FROM debian:13
RUN apt-get update && apt-get install -y e2fsprogs && apt-get clean all
COPY ./bin/nvmfplugin .
ENTRYPOINT ["/nvmfplugin"]