From db5f6f70e8ecf61cf36f72d747b3bb5e60e366fe Mon Sep 17 00:00:00 2001 From: soxfor <7237915+soxfor@users.noreply.github.com> Date: Thu, 23 Mar 2023 22:58:09 +0000 Subject: [PATCH] update: Dockerfile - bump patch level --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64ec6ca..a83e826 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ FROM ubuntu:jammy LABEL org.opencontainers.image.source="https://github.com/soxfor/qbittorrent-natmap" LABEL org.opencontainers.image.base.name="ubuntu:jammy" LABEL description="Map port via NAT-PMP and update qBittorrent configuration" -LABEL version="1.0.4" +LABEL version="1.0.5" ARG DEBIAN_FRONTEND=noninteractive